# WebCam

> Allows your application to access the video feed of built-in and external webcams.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
WebCam = 9
```

### Remarks

**Note**: This only allows your application to access the video stream. To allow access to the audio stream as well, set the [Microphone](/engine/6000.6/script-reference/unityeditor/playersettings/wsacapability/microphone.md) capability too.
