Skip to main content

scGetTransformColorImgToDepthSensorEnabled

Function scGetTransformColorImgToDepthSensorEnabled 

Source
pub unsafe extern "C" fn scGetTransformColorImgToDepthSensorEnabled(
    device: ScDeviceHandle,
    bEnabled: *mut u8,
) -> ScStatus
Expand description

@brief Returns the Boolean value of whether the transformed of the color image to depth sensor space feature is enabled or disabled. @param[in] device The handle of the device on which to enable or disable the feature. @param[out] bEnabled Pointer to a variable in which to store the returned Boolean value. @return ::SC_OK If the function succeeded, or one of the error values defined by ::ScStatus.