You are here: Start » Filter Reference » Camera Support » Ensenso » Ensenso_StartAcquisition_Deprecated
Module: | ThirdParty |
---|
Starts capturing images from an Ensenso camera.
Applications
Name | Type | Description | |
---|---|---|---|
![]() |
inDeviceID | String* | Device identifying number. |
![]() |
inSettingsFile | File* | Initial grab parameters. |
![]() |
inCalibrationFile | File* | Initial calibration file. |
![]() |
inSoftwareTriggered | Bool | When true, capture will wait for GenerateSoftwareTrigger. |
Remarks
Initial parameters
Initial parameters are only set during capture start. To change parameters either restart the stream, or use appropriate Set/Get filters.
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 Aurora Vision Studio usage is 4.0.1502 and uEye driver 4.96.1.
Parallel execution
Complexity Level
This filter is available on Advanced Complexity Level.
Disabled in Lite Edition
See Also
- Ensenso_LoadSettings_Deprecated – Load parameters data from a file.
- Ensenso_LoadCalibration_Deprecated – Load calibration data from a file.