Merge "Camera: Clarify benefit of readout vs exposure timestamp" into tm-d1-dev am: 26f673480d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18218749 Change-Id: I0f7ed28d2cdbd358153e5fba19895cf349a363ff Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1241,8 +1241,9 @@ public abstract class CameraCaptureSession implements AutoCloseable {
|
|||||||
* {@link #onCaptureStarted}. Unlike {@link #onCaptureStarted}, instead of passing
|
* {@link #onCaptureStarted}. Unlike {@link #onCaptureStarted}, instead of passing
|
||||||
* a timestamp of start of exposure, this callback passes a timestamp of start of
|
* a timestamp of start of exposure, this callback passes a timestamp of start of
|
||||||
* camera data readout. This is useful because for a camera running at fixed frame
|
* camera data readout. This is useful because for a camera running at fixed frame
|
||||||
* rate, the start of readout is at fixed interval, but not necessary for the start
|
* rate, the start of readout is at fixed interval, which is not necessarily true for
|
||||||
* of exposure.</p>
|
* the start of exposure, particularly when autoexposure is changing exposure duration
|
||||||
|
* between frames.</p>
|
||||||
*
|
*
|
||||||
* <p>This timestamp may not match {@link CaptureResult#SENSOR_TIMESTAMP the result
|
* <p>This timestamp may not match {@link CaptureResult#SENSOR_TIMESTAMP the result
|
||||||
* timestamp field}. It will, however, match the timestamp of buffers sent to the
|
* timestamp field}. It will, however, match the timestamp of buffers sent to the
|
||||||
|
|||||||
Reference in New Issue
Block a user