pub unsafe extern "C" fn scSetColorResolution(
device: ScDeviceHandle,
w: i32,
h: i32,
) -> ScStatusExpand description
@brief Set the color frame Resolution. @param[in] device The handle of the device. @param[in] w The width of color image @param[in] h The height of color image @return ::SC_OK If the function succeeded, or one of the error values defined by ::ScStatus.