Back to FabImage Studio website
You are here: Start » Filter Reference » Camera Support » NET SynView » SynView_GrabImage_WithTimeout
Module: | ThirdParty |
---|
Captures a frame using SynView; returns Nil if no frame comes in the specified time.
Applications
Use this filter if the trigger may be not coming for some time, while the application should be performing other operations continuously (e.g. processing HMI events).
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inDeviceID | String* | Tries to find the camera in all available IDs (UserID, VendorName, ModelName...) | |
![]() |
inInputQueueSize | Integer | 1 - ![]() |
Capacity of input frames queue |
![]() |
inColorFormat | SynViewColorFormat | Image color format | |
![]() |
inTimeout | Integer | 100 - 3600000 | Maximum time to wait for frame in milliseconds |
![]() |
inAcquisitionParams | SynViewAcquisitionParams | ||
![]() |
inImageFormatParams | SynViewImageFormatParams | ||
![]() |
inAnalogParams | SynViewAnalogParams | ||
![]() |
outImage | Image? | Captured frame | |
![]() |
outFrameID | Long? | Output frame number; 0 if not supported | |
![]() |
outTimestamp | Long? | Output image timestamp; 0 if not supported |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of SynView_GrabImage filter group.