cameraResolutionHeight
A valid height resolution for use with the web camera.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Windows.WebCam
- Assembly: UnityEngine.CoreModule
public int cameraResolutionHeight { get; set; }
Remarks
This value must be set to a valid height resolution supported by the intended capture mode. For example, when using this with PhotoCapture, you will want to query PhotoCapture.SupportedResolutions for a valid height.