You are here: Start » Filter Reference » Camera Support » Ensenso » Ensenso_SetParameter_Bool_Deprecated
Module: | ThirdParty |
---|
Sets the value of a bool parameter.
Name | Type | Description | |
---|---|---|---|
![]() |
inDeviceID | String* | Device identifying number. |
![]() |
inPath | String | Configuration path, relative. |
![]() |
inGlobal | Bool | true: Path is relative to global configuration root; false: relative to camera configuration. |
![]() |
inValue | Bool |
Examples
Configuration tree
Configuration paths are relative to root or camera tree.for example path
Sensor/Temperature
with
inGlobal = false
will give read only access to currently opened camera sensor temperature (double)
path
Parameters/Capture/PixelClock
with
inGlobal = false
will give access to camera pixel clock
Remarks
Camera identification
When there is only one Ensenso camera connected, the field inDeviceID can be set to Auto. In this situation, the first available camera will be used.
inDeviceID can be used to pick one of multiple cameras connected to the computer. inDeviceID should be set to camera ID.
Camera driver software
This filter is intended to cooperate with cameras using their vendor's SDK. In order to connect with the camera, it is required to install Ensenso SDK software, and uEye driver (same as in IDS camera filters)
Ensenso SDK and uEye driver can be downloaded from the following website: https://www.optonic.com/en/support/download/ensenso-sdk/
Recommended Ensenso SDK version for FabImage Studio usage is 4.0.1502 and uEye driver 4.96.1.
Parallel execution
Complexity Level
This filter is available on Basic Complexity Level.