So, just to be clear, video mode is comprised of these calls:
- ASIStartVideoCapture
- ASIGetVideoData
- ASIGetDroppedFrames (optional)
- ASIStopVideoCapture
and SNAP mode is comprised of three calls:
- ASIStartExposure
- ASIGetExpStatus (until it indicates that it is ready)
- ASIGetDataAfterExp
In that case, the comment I saw about SNAP mode was indicating that ASIStartVideoCapture will fail if ASIStartExposure has been called, and you need to call ASIStopExposure before using video mode.
Do I have it right?