|
MPICaptureState
Definition
|
typedef enum {
MPICaptureStateINVALID = -1,
MPICaptureStateIDLE,
MPICaptureStateARMED,
MPICaptureStateCAPTURED,
MPICaptureStateCLEAR,
MPICaptureStateEND,
MPICaptureStateFIRST = MPICaptureStateINVALID + 1
} MPICaptureState; |
Required Header: stdmpi.h
Change History: Modified in 04.00.
MPICaptureState is an enumeration that is used to indicate the current state of a capture engine.
Description
| |
| 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
|