BasePluginCameraSetTriggerMode Method |
Sets or resets the camera's trigger mode. Setting the trigger mode
is only allowed if a suitable port mapping is found. If this check
fails, hardware triggering is disabled.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.20.0
Syntaxprotected virtual bool SetTriggerMode(
bool isHardwareTrigger
)
Parameters
- isHardwareTrigger Boolean
- If true, the hardware trigger will
be tried to enabled, if false, the hardware trigger is disabled.
Return Value
Booleantrue if setting to on or off has been successful.
See Also