|
XimeaCameraGetImage Method (Int32)
|
Get image from the opened XIMEA camera.
Namespace:
Accord.Video.Ximea
Assembly:
Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax public Bitmap GetImage(
int timeout
)
Public Function GetImage (
timeout As Integer
) As Bitmap
Request Example
View SourceParameters
- timeout
- Type: SystemInt32
Maximum time to wait in milliseconds till image becomes available.
Return Value
Type:
BitmapReturns image retrieved from the camera.
Remarks See Also