Back to Devexpress

CameraControl.TakeSnapshot() Method

wpf-devexpress-dot-xpf-dot-editors-dot-cameracontrol-7a8f1d71.md

latest1.3 KB
Original Source

CameraControl.TakeSnapshot() Method

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

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Returns

TypeDescription
ImageSource

A ImageSource object that is the video frame currently captured by the currently used device

|

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

CameraControl Class

CameraControl Members

DevExpress.Xpf.Editors Namespace