Replies: 1 comment
-
Hi, it of course depends exactly what result you want. If you want a 2-dimensional array of 16-bit values where each value is a single value (with 10 bits of range) from the raw Bayer array:
An alternative might be simply to save a DNG. Then you have lots of 3rd party software that will read those, but it may not be what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using code such as the following to save full resolution raw frame buffer. I am expecting it to be in SGBRG10_CSI2P format but I just realized I don't know how to decode it (let's say using opencv2) or a program that may be able to view it. Any help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions