Monado OpenXR Runtime
u_sink_quirk_params Struct Reference

#include <util/u_sink.h>

Collaboration diagram for u_sink_quirk_params:

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...
 

Detailed Description

Field Documentation

◆ bayer_as_l8

bool u_sink_quirk_params::bayer_as_l8

Reinterprets a raw bayer image as a monochrome L8 image.

◆ leap_motion

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().

◆ ps4_cam

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.

◆ stereo_sbs

bool u_sink_quirk_params::stereo_sbs

Marks frames passing through as side-by-side stereo.

Referenced by quirk_frame().


The documentation for this struct was generated from the following file: