Open CBadam opened 1 month ago
The RGB format in OBFormat.RGB is internally obtained by capturing a JPEG image and then decoding it into an RGB image. If you want to get the raw image, you can set it to output in YUV format (OBFormat.YUYV).
@zhonghong322 When will YUYV format be supported in net device? I find it only when I connect the femto mega via USB.
I am using the Orbbec Femto Mega to take one picture at a time (color, and depth). this is how I configured the stream:
and this is the function I use to save the pictures:
The depth image quality is excellent. But when I zoom in the color image with matplotlib for example, I can notice a blocks of 8 by 8 appearing which is a sign of JPEG compression. So I wanted to know how can I do to get raw color images.