I'm running a cooled ASI1600 camera under a debian distro. I adapted the ASICamera sdk and I've been able to take images successfully on IMG_RAW8 and IMG_RGB24 formats, but I need IMG_RAW16.
Whenever I use this format getExpStatus() result is EXP_FAILED.
I've been careful in changing the buffer's size when I change the format.
Is there anyway to to this? Should I migrate to the ASICAmera2 sdk?
Thanks In advance! :)