Monado OpenXR Runtime
Video Fileframeserver driver

Frameserver using a video file. More...

Collaboration diagram for Video Fileframeserver driver:

Files

file  vf_driver.c
 Video file frameserver implementation.
 
file  vf_interface.h
 Header.
 

Functions

struct xrt_fsvf_fs_open_file (struct xrt_frame_context *xfctx, const char *path)
 Create a vf frameserver by opening a video file. More...
 
struct xrt_fsvf_fs_videotestsource (struct xrt_frame_context *xfctx, uint32_t width, uint32_t height)
 Create a vf frameserver that uses the videotestsource. More...
 

Detailed Description

Frameserver using a video file.

Function Documentation

◆ vf_fs_open_file()

struct xrt_fs* vf_fs_open_file ( struct xrt_frame_context xfctx,
const char *  path 
)

#include <drivers/vf/vf_interface.h>

Create a vf frameserver by opening a video file.

References U_LOG_E.

◆ vf_fs_videotestsource()

struct xrt_fs* vf_fs_videotestsource ( struct xrt_frame_context xfctx,
uint32_t  width,
uint32_t  height 
)

#include <drivers/vf/vf_interface.h>

Create a vf frameserver that uses the videotestsource.