# WebCamMode

> Describes the active mode of the Web Camera resource.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Windows.WebCam](/engine/6000.7/script-reference/unityengine/windows/webcam.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum WebCamMode
```

## Remarks

The Web Camera resource can only be in one mode at any given time.

## Fields

| Value                                                                                           | Description                |
| ----------------------------------------------------------------------------------------------- | -------------------------- |
| [None](/engine/6000.7/script-reference/unityengine/windows/webcam/webcammode/none.md)           | Resource is not in use.    |
| [PhotoMode](/engine/6000.7/script-reference/unityengine/windows/webcam/webcammode/photomode.md) | Resource is in Photo Mode. |
| [VideoMode](/engine/6000.7/script-reference/unityengine/windows/webcam/webcammode/videomode.md) | Resource is in Video Mode. |
