Share via


LensIntrinsicsSample.GetLensIntrinsics Method

Definition

Get the lens CaptureResult#LENS_INTRINSIC_CALIBRATION intrinsics calibration

[Android.Runtime.Register("getLensIntrinsics", "()[F", "", ApiSince=35)]
public float[] GetLensIntrinsics ();
[<Android.Runtime.Register("getLensIntrinsics", "()[F", "", ApiSince=35)>]
member this.GetLensIntrinsics : unit -> single[]

Returns

Single[]

a floating point value (guaranteed to be finite)

Attributes

Remarks

Get the lens CaptureResult#LENS_INTRINSIC_CALIBRATION intrinsics calibration

Java documentation for android.hardware.camera2.params.LensIntrinsicsSample.getLensIntrinsics().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to