OutputConfiguration.TimestampBaseChoreographerSynced フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.TimestampBase enum directly instead of this field.

タイムスタンプは振付家に同期されます。

[Android.Runtime.Register("TIMESTAMP_BASE_CHOREOGRAPHER_SYNCED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.TimestampBase enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.Params.TimestampBase TimestampBaseChoreographerSynced = 4;
[<Android.Runtime.Register("TIMESTAMP_BASE_CHOREOGRAPHER_SYNCED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.TimestampBase enum directly instead of this field.", true)>]
val mutable TimestampBaseChoreographerSynced : Android.Hardware.Camera2.Params.TimestampBase

フィールド値

Value = 4

実装

属性

注釈

タイムスタンプは振付家に同期されます。

出力画像のタイムスタンプは、カメラ フレームをよりスムーズに表示するために、ディスプレイ サブシステムからのコレオグラファー パルスでオーバーライドされます。 SurfaceView の出力ターゲットでは、この時間ベースが既定で使用されます。 タイムスタンプのオーバーライドは、固定カメラのフレーム レートに対してのみ行われることに注意してください。

このタイムスタンプ ベースは、SurfaceTexture ターゲットには適用されません。 SurfaceTexture の android.graphics.SurfaceTexture#updateTexImage updateTexImage 関数では、常にカメラ ストリームの最新の画像が使用されます。 TextureView の場合、イメージはすぐに表示されます。

この時間ベースのタイムスタンプは、 CameraCaptureSession.CaptureCallback#onCaptureStartedCameraCaptureSession.CaptureCallback#onReadoutStarted、または android.hardware.camera2.CaptureResult のセンサー タイムスタンプのタイムスタンプと直接一致することはできません。 オーディオ ビデオの同期にタイムスタンプを使用する必要がある場合は、このタイムスタンプ ベースを使用しないでください。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象