![]() |
Raytrix RayCam SDK
v2.1.0
|
Defines the different trigger modes. More...
Enumerations | |
enum | ID { None = 0, SoftwareSingle, SoftwareContinuous, HardwareFreerun } |
Defines the different trigger modes.
Enumerator | |
---|---|
None |
The default status. |
SoftwareSingle |
Single trigger software mode. Call Rx::RayCam::IDevice::Trigger() to receive an image via the callback function. |
SoftwareContinuous |
Continuous software mode. Once called, the callback function is called to deliver the image from the camera, as soon as a new one is available. |
HardwareFreerun |
The camera waits on an external trigger. As soon as the trigger arrives, the camera captures an image and the callback function will be called. |