OpenNI
Set Camera Mode
If you wish to switch up the video modes of OpenNI, update these two macros in openni/plugin.cpp
accordingly:
#define RGB_MODE 0
#define DEPTH_MODE 0
You can see the list of available modes once you run ILLIXR the first time.
Debugging
Device open failed: DeviceOpen using default: no devices found
Device open failed: Could not open "1d27/0601@3/2": USB transfer timeout!
Device open failed: Could not open "1d27/0601@3/2": Failed to open the USB device!
Environment Variables
OPENNI_LOG_LEVEL: logging level for this plugin, values can be "trace", "debug", "info", "warning", "error", "critical", or "off"