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...) | |
![]() |
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 |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of SynView_GrabImage filter group.