Converting frameBuffer to image fails due to image format issue #56
dhaval-khatri1996
started this conversation in
General
Replies: 1 comment 7 replies
-
Hi, I have been working with waveshare-ov9281 camera module. I tried to use your code and everything worked fine expect I would get none when I tried to convert it from Frame buffer to numpy array using helpers.mfb_to_rgb . The issue was that the code is picking up format as NV12 instead of YUYV. The code seems to work fine when I manually set the format to YUYV. Please let me know if I am doing something wrong and hence this was happening or is there an issue with my camera driver or is it a code bug. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions