Skip to main content

CameraDevice.CurrentFrame Property

Gets the frame currently captured by the device.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Bitmap CurrentFrame { get; }

Property Value

Type Description
Bitmap

A Bitmap object that is the frame currently captured by the device.

See Also