Skip to main content

CameraControl.StartCommand Property

Gets a command that starts streaming the video captured from the currently used device.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand StartCommand { get; }

Property Value

Type Description
ICommand

A ICommand object that starts streaming the video captured from the currently used device.

See Also