CameraControl.TakeSnapshot() Method
In This Article
Returns the video frame currently captured by the currently used device.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ImageSource TakeSnapshot()
#Returns
Type | Description |
---|---|
Image |
A Image |
#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