Back to FabImage Studio website
You are here: Start » Filter Reference » Camera Support » AvSMART » AvSMART_GrabImage_WithTimeout
Module: | ThirdParty |
---|
Captures images from a AvSMART device.
Applications
Use this filter if the trigger may be not coming for some time, while the application should perform other operations in the main loop continuously, or when the timeout situation must be explicitly detected, or when you want to process images from multiple cameras in a single loop and the cameras are sending images asynchronously.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inTimeout | Integer | 10 - 3600000 | Maximum time to wait for frame in milliseconds |
![]() |
inInputQueueSize | Integer | 1 - 1000 | Number of incoming frames that can be buffered before the application is able to process them |
![]() |
inImageFormat | RoseekImageFormat | Image pixel format | |
![]() |
inResolutionMode | RoseekResolutionMode* | Set resolution of image | |
![]() |
inROI | Box* | Set resolution region. Has effect only if resolution mode is ROI. | |
![]() |
inFrameRate | Real* | 0.1 - 400.0 | Requested camera frame rate in frames per second |
![]() |
inWorkingMode | RoseekWorkingMode* | Working mode of image acquisition | |
![]() |
inSensitivityLevel | Integer* | 0 - 3 | Sensitivity level of camera sensor |
![]() |
inExposureMode | RoseekExposureMode* | Exposure mode, should be set to Manual if you want to adjust inExposureTime manually | |
![]() |
inExposureTime | Integer* | 0 - ![]() |
Camera frame exposition time |
![]() |
inGain | Real* | 0.0 - 36.0 | Camera exposure gain |
![]() |
outImage | Image? | Captured frame | |
![]() |
outFrameID | Integer? | Captured frame ID |
Parallel execution
This filter cannot be placed in multiple Workers.
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of AvSMART_GrabImage filter group.