pupil-labs / pyuvc

python binding to libuvc
Other
119 stars 51 forks source link

RAW RGB from the USB camera #67

Open ziwenjiang opened 4 years ago

ziwenjiang commented 4 years ago

I am using a See3CAM_CU30 and wondering if we can: 1. changing the exposure time, white balancing, and analog/digital gain of the camera; 2. get the raw RGB data before JPEG compression? Thanks for the help!

jm677zz commented 4 years ago

By default in The See3CAM_CU30 has the following camera UVC controls namely,  Brightness  Contrast  Saturation  Sharpness  Gamma  White Balance (both manual and automatic)  Gain  Zoom, Pan & Tilt  Exposure (both manual and automatic)

Also, support two image format . all this done on ISP only 1.UYVY

  1. MJPEG

If you need to get the raw RGB data before JPEG compression, we need to pass ISP to get the raw RGB data. But it could be done through customization only. for further please contact sales@e-consystems.com