8 public enum class ECamTriggerMode
10 namespace ECamTriggerMode
27 #ifndef RX_MANAGED_ENUM
Continuous software mode. Once called, the callback function is called to deliver the image from the ...
Definition: ECamTriggerModeValues.h:22
ID
Definition: ECamTriggerModeValues.h:12
The camera waits on an external trigger. As soon as the trigger arrives, the camera captures an image...
Definition: ECamTriggerModeValues.h:25
The default status.
Definition: ECamTriggerModeValues.h:16
Single trigger software mode. Call Rx::RayCam::IDevice::Trigger() to receive an image via the callbac...
Definition: ECamTriggerModeValues.h:19