Click or drag to resize
Accord.NET (logo)

XimeaCameraGetImage Method

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()
Request Example View Source

Return Value

Type: Bitmap
Returns image retrieved from the camera.
Remarks

The method calls GetImage(Int32) method specifying 5000 as the timeout value.

See Also