Monado OpenXR Runtime
Loading...
Searching...
No Matches
mt9v034.h File Reference

Implementation of mt9v034 sensor initialization. More...

#include "xrt/xrt_defines.h"
#include <libusb.h>
Include dependency graph for mt9v034.h:

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.
 

Detailed Description

Function Documentation

◆ mt9v034_set_sync()

int mt9v034_set_sync ( libusb_device_handle *  devh,
bool  enabled 
)

Enables or disables the MT9V034's sync output.

Parameters
[in]devhlibusb device handle
[in]enabledWhether to enable or disable the sync output
Returns
0 on success, negative error code on failure

◆ mt9v034_setup()

int mt9v034_setup ( libusb_device_handle *  devh)

Sets up the MT9V034 sensor for synchronized exposure, with minimal gain and raised black level calibration.

Parameters
[in]devhlibusb device handle
Returns
0 on success, negative error code on failure