|
Monado OpenXR Runtime
|
Implementation of mt9v034 sensor initialization. More...

Go to the source code of this file.
Functions | |
| int | mt9v034_setup (libusb_device_handle *devh) |
| Sets up the MT9V034 sensor for synchronized exposure, with minimal gain and raised black level calibration. | |
| int | mt9v034_set_sync (libusb_device_handle *devh, bool enabled) |
| Enables or disables the MT9V034's sync output. | |
Implementation of mt9v034 sensor initialization.
| int mt9v034_set_sync | ( | libusb_device_handle * | devh, |
| bool | enabled | ||
| ) |
Enables or disables the MT9V034's sync output.
| [in] | devh | libusb device handle |
| [in] | enabled | Whether to enable or disable the sync output |
| int mt9v034_setup | ( | libusb_device_handle * | devh | ) |
Sets up the MT9V034 sensor for synchronized exposure, with minimal gain and raised black level calibration.
| [in] | devh | libusb device handle |