Start » Filter Reference » Camera Support » SmartRay » SmartRay_GrabPILImages
Module: | ThirdParty |
---|
Captures a PIL images using SmartRay.
Name | Type | Range | Description | |
---|---|---|---|---|
inAddress | String | Device identifying address | ||
inPort | Integer | Device identifying network port | ||
inConnectionTimeout | Integer | 1 - 1000 | Timeout in seconds | |
inInputQueueSize | Integer | 1 - 200 | Capacity of output frames queue | |
inTimeout | Integer* | Grab image timeout. If NIl no timeout | ||
inNumberOfProfiles | Integer | Number of profiles to capture | ||
inDataTrigger | SmartRayDataTrigger | |||
inSmartXccelerate | Bool* | |||
inRegionOfInterest | SmartRayRegionOfInterest* | |||
inExposure | SmartRayExposure* | |||
inLaser | SmartRayLaser* | |||
inStartTrigger | SmartRayStartTrigger* | |||
inReflectionFilter | SmartRayReflectionFilter* | |||
inLaserLineThreshold | IntegerArray* | |||
inMinLaserLineThicknessLimit | Integer* | |||
inMaxLaserLineThicknessLimit | Integer* | |||
inSmartXpress | Bool* | |||
inSmartXtract | Bool* | |||
inSmartXtractAlgorithm | SmartRaySmartXtractAlgorithm* | |||
inSmartXactMode | SmartRaySmartXactMode* | |||
outProfileImage | Image? | Captured profile image | ||
outIntensityImage | Image? | Captured intensity image | ||
outLaserLineThicknessImage | Image? |
Remarks
Device identification
inAddress can be used to pick one of multiple devices connected to the computer. inAddress can be set to:
- IP Address - SmartRay Device identifying IP address (e.g. "127.0.0.1")
Camera driver software
This filter is intended to cooperate with a camera using its vendor SDK. To be able to connect to a camera, it is required to install SmartRay SDK software with camera dedicated drivers.
Add DLL path to system environment variable may be required.
Recommended SmartRay SDK version for Aurora Vision Studio usage is 5.5.1.41.
Disable firewall software and set 192.168.178.100 static IP in your network interface may be needed.
ECCO 35 and ECCO 55 series
Using SmartRay_LoadParameterSet before start acquisition or grab filter for this devices may be mandatory.
Camera parameters
Setting inInputQueueSize parameter to 'Auto' will select four value as input queue size.
All the other parameters exposed by camera filters are optional, setting them to 'Auto' leaves related parameter unchanged in camera (device default or user set configuration).
To change other, more advanced camera parameters, use specific filters.
Parallel execution
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
See Also
- SmartRay_GrabImage – Captures a live image using SmartRay.
- SmartRay_GrabImage_WithTimeout – Captures with timeout a live image using SmartRay.
- SmartRay_GrabPILImages – Captures a PIL images using SmartRay.
- SmartRay_GrabZILImages – Captures a ZIL images using SmartRay.
- SmartRay_GrabPointCloud – Captures a point cloud using SmartRay.
- SmartRay_GrabPointCloud_WithTimeout – Captures a point cloud with timeout using SmartRay.
- SmartRay_StartAcquisition – Starts acquisition using SmartRay.