ASI120MM-S is a 12 bit mono camera, I am only manage to get 8 bits data. Maybe I misunderstood something.
When checking SupportedVideoFormat [8], I get ASI_IMG_RAW8, ASI_IMG_RGB24.
I can't find anything to change image format, like in Python SDK asi.set_image_type(asi.ASI_IMG_RAW16),
instead of ASISetROIFormat(myCam.ID, iwidth, iHeight, iBin, ASI_IMG_RAW16);
Yes, set such format returns no error, but when read out the exposure data, still 8 bits.
I am using SDK 1, 32, 0, 0
Very appreciated if any answer!!