# depthCameraName

> A string identifier used to create a depth data based WebCamTexture.

## Definition

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

```csharp
public string depthCameraName { get; }
```

### Remarks

This string is null for webcam devices that do not support depth data. For webcams with depth data support (those of kind [WebCamKind.ColorAndDepth](/engine/6000.0/script-reference/unityengine/webcamkind/coloranddepth.md)) this string is not empty. Currently, only dual back and true depth cameras on latest iOS devices support depth data.

Additional Resources: [WebCamDevice.kind](/engine/6000.0/script-reference/unityengine/webcamdevice/kind.md), [WebCamTexture](/engine/6000.0/script-reference/unityengine/webcamtexture/ctor.md).
