MPICaptureState

Definition

typedef enum {
        MPICaptureStateINVALID = -1,
       
MPICaptureStateIDLE, MPICaptureStateARMED, MPICaptureStateCAPTURED, MPICaptureStateCLEAR,
MPICaptureStateEND, MPICaptureStateFIRST = MPICaptureStateINVALID + 1 } MPICaptureState;

Required Header: capture.h

Change History: Modified in 04.00.

Description

MPICaptureState is an enumeration that is used to indicate the current state of a capture engine.

MPICaptureStateIDLE Initial state newly created capture.
MPICaptureStateARMED Waiting for trigger (single-shot or auto-arm mode).
MPICaptureStateCAPTURED Event was captured, waiting to be cleared.
MPICaptureStateCLEAR Event has been cleared.

See Also

MPICaptureStatus