Share via


LensIntrinsicsSample(Int64, Single[]) Constructor

Definition

Create a new LensIntrinsicsSample.

[Android.Runtime.Register(".ctor", "(J[F)V", "", ApiSince=35)]
public LensIntrinsicsSample (long timestampNs, float[] lensIntrinsics);
[<Android.Runtime.Register(".ctor", "(J[F)V", "", ApiSince=35)>]
new Android.Hardware.Camera2.Params.LensIntrinsicsSample : int64 * single[] -> Android.Hardware.Camera2.Params.LensIntrinsicsSample

Parameters

timestampNs
Int64

timestamp in nanoseconds of the lens intrinsics sample. This uses the same time basis as CaptureResult#SENSOR_TIMESTAMP.

lensIntrinsics
Single[]

the lens CaptureResult#LENS_INTRINSIC_CALIBRATION intrinsic calibration for the sample.

Attributes

Remarks

Create a new LensIntrinsicsSample.

LensIntrinsicsSample contains the timestamp and the CaptureResult#LENS_INTRINSIC_CALIBRATION sample.

Java documentation for android.hardware.camera2.params.LensIntrinsicsSample.LensIntrinsicsSample(long, float[]).

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