Frequently Asked Question
Trigger Configuration
Last Updated 6 months ago
There are two types of triggers supported by our API:
- Camera trigger
This will trigger the camera. On each trigger, the camera will send a single frame. - Frame Grabber trigger
In this mode, the camera should run in continuous mode.
When the Frame Grabber is triggered, it will allow for a single frame to be acquired in the allocated buffer.
Trigger articles:
- How to use Trigger Mode in Vision Point
- How to send N triggers from the Frame Grabber to the camera
- How to use Trigger Mode in Chameleon Simulator
- How to configure external trigger via GPIO
NOTE: Please make sure not to enable both Camera and Frame Grabber trigger modes at the same time.