Back to Devexpress

CameraControl.TakeSnapshot() Method

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-d0de66ee.md

latest1.6 KB
Original Source

CameraControl.TakeSnapshot() Method

Returns the video frame currently captured by the device being used.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Bitmap TakeSnapshot()
vb
Public Function TakeSnapshot As Bitmap

Returns

TypeDescription
Bitmap

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

|

Remarks

Call the TakeSnapshot method to take a snapshot from the currently processed video. The returned Bitmap object uses the 32 bits per pixel format to store color data.

See Also

Device

TakeSnapshot()

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace