LensIntrinsicsSample.TimestampNanos Property

Definition

Get the timestamp in nanoseconds.

public long TimestampNanos { [Android.Runtime.Register("getTimestampNanos", "()J", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getTimestampNanos", "()J", "", ApiSince=35)>]
member this.TimestampNanos : int64

Property Value

a long value (guaranteed to be finite)

Attributes

Remarks

Get the timestamp in nanoseconds.

The timestamps are in the same time basis as and comparable to CaptureResult#SENSOR_TIMESTAMP android.sensor.timestamp.

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

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