LensIntrinsicsSample.GetLensIntrinsics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.