CameraControl.NativeImageSource Property
Gets the source of the image displayed by the CameraControl. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ImageSource | A ImageSource object that stores the image displayed by the CameraControl. |
Remarks
This property allows access to the video frame sequence captured from the current camera device. The CameraControl.TakeSnapshot method allows you to retrieve the video frame currently displayed in the camera control.
See Also