Click or drag to resize
Accord.NET (logo)

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

Parameters

timeout
Type: SystemInt32
Maximum time to wait in milliseconds till image becomes available.

Return Value

Type: Bitmap
Returns image retrieved from the camera.
Remarks

The method calls GetImage(Int32, Boolean) method specifying the makeCopy parameter.

See Also