-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for UYVY colorformat usb camer #12
Comments
Hi, tflite_gles_app/common/util_render2d.c Lines 130 to 183 in 3c06adf
|
I've implemented to support UYVY color format. |
Hi ,
The usb camera which we use all are having UYVY color format
Video input : 0 (Camera 1: ok) Format Video Capture: Width/Height : 1280/720 Pixel Format : 'UYVY' (UYVY 4:2:2)
The by default support YUYV as seen from copy_yuyv_image function .
Any pointers on how to add support for UYVY, which is not compute intensive.
Regards
Pallab Sarkar
The text was updated successfully, but these errors were encountered: