VisionBox_GetCameraTriggerNumberOfOutputs
Gets number of outputs of camera trigger device.
Syntax
C++
Python
def VisionBox_GetCameraTriggerNumberOfOutputs( state: VisionBox_State, inDeviceNumber: int, / ) -> outNumberOfOutputs: int
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inDeviceNumber | int | ||
![]() |
outNumberOfOutputs | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



