This enumeration refers to the current state of the WebCamera controls

This enumeration has a FlagsAttribute that allows a bitwise combination of its member values.

[Flags]
public enum State

Public Members

Member Name Value Explanation
Closed 0 The connection is closed or there was no connection
Open 1 The connection is open
Running 2 Running
Paused 4 Paused
Stopped 8 Stopped

See Also

Preview Members | Newtone.ImageKit.Wpf.WebCamera.Preview

 

The ImageKit WPF is created by Newtone Corporation