Support for Debayering RAW16? #3635
Replies: 7 comments 6 replies
-
|
The ZWO library only supports 16-bit mono. The only choice for color is 8-bit per color. |
Beta Was this translation helpful? Give feedback.
-
|
Gotcha. Would an external debayer step need to be a module of some kind? |
Beta Was this translation helpful? Give feedback.
-
|
Unless I don't understand the ZWO library, the camera can't produce a 16-bit per channel color image on Linux, so you're out of luck. I've always thought this was strange since most newer sensors do 10, 12, or 16 bit color, yet all we can do on Linux is 8 bit. |
Beta Was this translation helpful? Give feedback.
-
|
So in my brief research it looks like ZWO does not have RGB48 in their SDK. And outside comments are that their debayer algorithm isn't that great anyway so debayering the RAW16 into color with a separate process yields a better result anyway. This ZWO forum post is where I got my answer: https://bbs.zwoastro.com/d/13050-reading-out-16-bit-rgb-with-sdk/8 |
Beta Was this translation helpful? Give feedback.
-
|
Everything I see that ZWO has says that the size of a RAW16 image is: A 16-bit color image would be |
Beta Was this translation helpful? Give feedback.
-
|
My understanding is the ideal process is: |
Beta Was this translation helpful? Give feedback.
-
|
@aaronwmorris, I don't understand how a color camera can output all 3 colors with 16-bit fidelity using a single 16-bit integer rather than 3 16-bit integers (for a total of 48 bits / pixel). According to the document you posted, with RAW16 each color gets only 5 or 6 bits, which is worse than RGB24 where they get 8 bits each. All ZWO's documentation including their ASICamera2.h file mentions RAW16 bit being for mono. Are you able to produce 16-bit per color images in Indi Allsky in Linux? If so, how? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In my quest for greater dynamic range in what really are nice camera sensors these days, I'm wondering if there is possibility of support for debayering the RAW16 data? 8 bit color can be a bit limiting with large, bright gradients especially with long night exposures. I have no idea what kind of compute power that asks of a Pi.
My understanding is the currently the RGB24 is a debayered RAW8.
Beta Was this translation helpful? Give feedback.
All reactions