• SDK & Driver
  • ASIGetExpStatus(CamNum, &status) takes 0.38 secs to finish

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.

    2 years later

    LSO I have the same issue, seems that the image is downloaded to the computer so more time is needed.

    Write a Reply...