Monado OpenXR Runtime
|
#include <util/u_sink.h>
Data Fields | |
bool | stereo_sbs |
Marks frames passing through as side-by-side stereo. More... | |
bool | ps4_cam |
Marks the frames passing through as side-by-side stereo, and fixes up the camera's data offset to be readable as a standard side-by-side frame. More... | |
bool | leap_motion |
Sets the stereo format to the correct one for the leap motion and fixes image width. More... | |
bool | bayer_as_l8 |
Reinterprets a raw bayer image as a monochrome L8 image. More... | |
bool u_sink_quirk_params::bayer_as_l8 |
Reinterprets a raw bayer image as a monochrome L8 image.
bool u_sink_quirk_params::leap_motion |
Sets the stereo format to the correct one for the leap motion and fixes image width.
Referenced by quirk_frame().
bool u_sink_quirk_params::ps4_cam |
Marks the frames passing through as side-by-side stereo, and fixes up the camera's data offset to be readable as a standard side-by-side frame.
bool u_sink_quirk_params::stereo_sbs |
Marks frames passing through as side-by-side stereo.
Referenced by quirk_frame().