Hi,
Does anyone know why this piece of code
status = ASI_EXP_WORKING;
while(status == ASI_EXP_WORKING)
ASIGetExpStatus(CamNum, &status);
takes over 0.38 secs to return when I take a 15 ms long exposure with a ASI178MM camera? This code snippet is from snap.c that is included with ASI_linux_mac_SDK_V1.21.
Thanks for any info.