Type
Definitions
Description
Actions are specific operations that the camera performs at the behest of the API – either immediately or at a scheduled time.
Value | Description |
ACTION_FRAME_TRIGGER | The camera should output one of more frames, according to the cameras FEATURE_TRIGGER settings |
ACTION_GPO1 | The camera’s GPO #1 will be asserted according to the cameras FEATURE_GPIO (for GPIO1) |
ACTION_GPO2 | The camera’s GPO #2 will be asserted according to the cameras FEATURE_GPIO (for GPIO2) |
ACTION_GPO3 | Reserved for future use |
ACTION_GPO4 | Reserved for future use |
ACTION_SENSOR_SYNC | All cameras sensor clocks are restarted (to synchronize on the action). |
ACTION_LAST | ACTION_SENSOR_SYNC |
Usage