mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/vf: Add new format for stereo hand tracking
This commit is contained in:
parent
2609502150
commit
815aa47ac2
|
@ -557,6 +557,13 @@ vf_fs_open_file(struct xrt_frame_context *xfctx, const char *path)
|
|||
enum xrt_stereo_format stereo_format = XRT_STEREO_FORMAT_NONE;
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
// For hand tracking
|
||||
const gchar *caps = "video/x-raw,format=RGB";
|
||||
enum xrt_format format = XRT_FORMAT_R8G8B8;
|
||||
enum xrt_stereo_format stereo_format = XRT_STEREO_FORMAT_SBS;
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
const gchar *caps = "video/x-raw,format=YUY2";
|
||||
enum xrt_format format = XRT_FORMAT_YUYV422;
|
||||
|
|
Loading…
Reference in a new issue