Monado OpenXR Runtime
|
Frameserver using a video file. More...
Files | |
file | vf_driver.c |
Video file frameserver implementation. | |
file | vf_interface.h |
Header. | |
Functions | |
struct xrt_fs * | vf_fs_open_file (struct xrt_frame_context *xfctx, const char *path) |
Create a vf frameserver by opening a video file. More... | |
struct xrt_fs * | vf_fs_videotestsource (struct xrt_frame_context *xfctx, uint32_t width, uint32_t height) |
Create a vf frameserver that uses the videotestsource. More... | |
Frameserver using a video 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.
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.