You are here: Start » Filter Reference » Camera Support » Ensenso » Ensenso_GrabPoint3DGrid_WithTimeout_Deprecated
Module: | ThirdParty |
---|
Captures a frame using Ensenso.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inDeviceID | String* | Device identifying number | |
![]() |
inSettingsFile | File* | Initial grab parameters | |
![]() |
inCalibrationFile | File* | Initial calibration file | |
![]() |
inTimeout | Integer | 100 - 3600000 | Maximum time to wait for frame in milliseconds |
![]() |
outGrid | Point3DGrid? | Captured Grid | |
![]() |
outTimestamp | Double? | Captured Grid timestamp |
Remarks
Initial parameters
Initial parameters are only set during capture start. To change parameters either restart the stream, or use appropriate Set/Get filters.
Settings
To obtain settings from the camera:
- From NxView Parameters window
- Launch NxView
- Open camera
- Open Parameters window (menu Capture->Parameters...)
- Adjust settings as wanted
- Use Save... button
- From NxTreeEdit application
- Either:
- Launch FabImage Studio, add Ensenso_GrabPoint3DGrid_Deprecated filter, Run it
- Launch NxView, open camera
- Launch NxTreeEdit, connect to wanted instance
- Adjust settings as wanted, either in NxView or NxTreeEdit
- right click on /Cameras/BySerialNo/WantedSerialNumber and select Copy value as JSON string
- save to a simple text file using an editor
- Either:
The settings include all camera parameters, including Link, Calibration and Parameters The saved file can be then used in inCalibrationFile and inSettingsFile arguments.
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 can be downloaded from the following website: https://www.ensenso.com/support/sdk-download/
uEye driver can be downloaded from the following website: https://en.ids-imaging.com/download-ueye.html
Recommended Ensenso SDK version for FabImage Studio usage is 2.2 and uEye driver 4.90.
Parallel execution
Complexity Level
This filter is available on Basic 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.