requestedFPS
Set the requested frame rate of the camera device (in frames per second).
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.AudioModule
public float requestedFPS { get; set; }
Remarks
It will use a closest frame rate to the one requested which is supported by the camera. The requested values only have an effect when set while the camera is not running.