AVCaptureDevice.ModelID Property

Definition

Identifies the model of the AVCaptureDevice.

public virtual string ModelID { [Foundation.Export("modelID")] get; }
member this.ModelID : string

Property Value

Attributes

Remarks

This value will remain constant across iOS devices and device models. For instance, the camera model in an iPhone and an iPad may be the same model of AVCaptureDevice.

Applies to