Raytrix RayCam SDK  v2.1.0
Enumerations
ECamTriggerMode Namespace Reference

Defines the different trigger modes. More...

Enumerations

enum  ID { None = 0, SoftwareSingle, SoftwareContinuous, HardwareFreerun }
 

Detailed Description

Defines the different trigger modes.

Enumeration Type Documentation

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.