LensIntrinsicsSample(Int64, Single[]) Constructor
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.
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.
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.