MPICaptureState

MPICaptureState  

 

typedef enum {
    MPICaptureStateINVALID,
    MPICaptureStateIDLE,
    MPICaptureStateARMED,
    MPICaptureStateCAPTURED,
} MPICaptureState;
Description
  MPICaptureStateIDLE Not armed or captured
  MPICaptureStateARMED Looking for capture I/O trigger
  MPICaptureStateCAPTURED I/O has triggered a capture.
See Also MPICaptureStatus