# frameRate

> The framerate at which to capture video. This is only for use with VideoCapture.

## Definition

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

```csharp
public float frameRate { get; set; }
```

### Remarks

To get a list of supported frame rates based on your desired resolution, call [VideoCapture.SupportedResolutions](/engine/6000.7/script-reference/unityengine/windows/webcam/videocapture/supportedresolutions.md).
