You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: