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
Hi @vladimirvivien
I am using /examples/capture0 folder to capture the image from usb camera in a raw image format(as . raw file) by changing the pixel format to PixelFormat: v4l2.PixelFmtRGB24 and saving the file as .raw extension. but i am not able to get valid raw image.
so is there any necessary to change in
Colorspace : sRGB
YCbCr/HSV encoding : Default (map to ITU-R 601)
Quantization : Default (map to Full range)
Supported formats: YUyv and Motion-JPEG
The text was updated successfully, but these errors were encountered:
Hi @divyashree123456
Thank you for using the project.
Based on the output above, it looks like your camera can only output in YCbCr/YUVY and MJPEG. Unfortunately, the api does not do any sort of encoding translation at this time (say from YUYV to RGB24).
Hi @vladimirvivien
I am using /examples/capture0 folder to capture the image from usb camera in a raw image format(as . raw file) by changing the pixel format to PixelFormat: v4l2.PixelFmtRGB24 and saving the file as .raw extension. but i am not able to get valid raw image.
so is there any necessary to change in
Colorspace : sRGB
YCbCr/HSV encoding : Default (map to ITU-R 601)
Quantization : Default (map to Full range)
Supported formats: YUyv and Motion-JPEG
The text was updated successfully, but these errors were encountered: