Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public ImageSource NativeImageSource { get; }

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