You are here: Start » Function Reference » Camera Support » Ensenso » Ensenso_SetParameter_Bool
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Sets a bool parameter.
Syntax
void fil::Ensenso_SetParameter_Bool ( Ensenso_State& ioState, const ftl::Array<fil::EnsensoCameraInformation>& inDevices, const ftl::Optional<fil::EnsensoCameraInformation> inDevice, const ftl::String& inPath, const bool inValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | Ensenso_State& | Object used to maintain state of the function. | |
![]() |
inDevices | const Array<EnsensoCameraInformation>& | Structures identifying devices. | |
![]() |
inDevice | const Optional<EnsensoCameraInformation> | NIL | Specific device. |
![]() |
inPath | const String& | Configuration path, relative. | |
![]() |
inValue | const bool |
Examples
Configuration tree
Configuration paths are relative to root or camera tree.for example path
Sensor/Temperature
in
GetGlobalParamerter
filter
will give read only access to currently opened camera sensor temperature (double)
path
Parameters/Capture/PixelClock
in
GetParamerter
filter
will give access to camera pixel clock
Remarks
Camera identification
When there is only one Ensenso camera connected, the field inDevices can be set to Auto. In this situation, the first available camera will be used.
inDevices can be used to pick one or many of multiple cameras connected to the computer.
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.