Hi,
I am using the ZWO ASI224MC. I like it very much. Thank you for developing and delivering such a great product!
I am experimenting with the SDK (version libASICamera2.dylib.1.14.0715) using the python bindings under MAC OS X High Sierra.
Because of the 12 bit AD converter, I was expecting to see only multiples of 16 in the returned pixel values if the image type was set to ASI_IMG_RAW16. However the blue (and only the blue) pixels returned also values in between. Interestingly it turned out, that the 'WB_B'-Setting affects the raw image, while the 'WB_R' setting does not. I haven't expected the WB-Setting to afect the raw image at all. With WB_B set to 50, I get the expected multiples of 16 only.
My question: Is there a reason, why WB_B is acively scaling the pixel values for RAW16 image mode, while WB_R does not?
Jochen