Syntax
DeviceFeature_SetSensorBitDepth (UINT nBitDepth)
Description
UI-336x/UI-536x, UI-337x/UI-537x, and UI-359x only: Sets the sensor bit depth. With the IS_SENSOR_BIT_DEPTH_AUTO setting the software selects the appropriate sensor bit depth to the chosen image format. The bit depth can also be selected independent from the image format.
Attention: As you can choose combinations that does not fit, this function should be used by experts only. In most cases the auto control are sufficient. |
•IS_SENSOR_BIT_DEPTH_AUTO: Sets the sensor bit depth to auto
•IS_SENSOR_BIT_DEPTH_10_BIT: Sets the sensor bit depth to 10 bit
•IS_SENSOR_BIT_DEPTH_12_BIT: Sets the sensor bit depth to 12 bit
Parameter
•nBitDepth: value to be set
Interface
Related functions
•DeviceFeature_GetSensorBitDepth