Type
Definitions declared in PixeLINKTypes.h
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) |
Usage