# WebCamDevice

> A structure describing the webcam device.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AudioModule

```csharp
public struct WebCamDevice
```

## Properties

| Property                                                                                                           | Description                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| [availableResolutions](/engine/6000.0/script-reference/unityengine/webcamdevice/availableresolutions.md)           | Possible [WebCamTexture](/engine/6000.0/script-reference/unityengine/webcamtexture.md) resolutions for this device.          |
| [depthCameraName](/engine/6000.0/script-reference/unityengine/webcamdevice/depthcameraname.md)                     | A string identifier used to create a depth data based WebCamTexture.                                                         |
| [isAutoFocusPointSupported](/engine/6000.0/script-reference/unityengine/webcamdevice/isautofocuspointsupported.md) | Returns true if the camera supports automatic focusing on points of interest and false otherwise.                            |
| [isFrontFacing](/engine/6000.0/script-reference/unityengine/webcamdevice/isfrontfacing.md)                         | True if camera faces the same direction a screen does, false otherwise.                                                      |
| [kind](/engine/6000.0/script-reference/unityengine/webcamdevice/kind.md)                                           | Property of type [WebCamKind](/engine/6000.0/script-reference/unityengine/webcamkind.md) denoting the kind of webcam device. |
| [name](/engine/6000.0/script-reference/unityengine/webcamdevice/name.md)                                           | A human-readable name of the device. Varies across different systems.                                                        |
