diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2020-12-09 17:51:57 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2020-12-18 17:48:31 +0100 |
commit | 3535e0c10424e70df6feb1cbe2003695d61c0dfd (patch) | |
tree | 0f1b8daa047674fe592d475aef232577afbfe30d /src/android/camera_device.h | |
parent | f5e80e609c7cafd36d409692844ecba9741939b5 (diff) |
android: camera_device: Report pipeline depth
Report the pipeline depth in the capture results if the pipeline
reports it.
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/android/camera_device.h')
-rw-r--r-- | src/android/camera_device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/camera_device.h b/src/android/camera_device.h index 45efcf47..07d3a846 100644 --- a/src/android/camera_device.h +++ b/src/android/camera_device.h @@ -105,8 +105,8 @@ private: void notifyError(uint32_t frameNumber, camera3_stream_t *stream); CameraMetadata *requestTemplatePreview(); libcamera::PixelFormat toPixelFormat(int format) const; - std::unique_ptr<CameraMetadata> getResultMetadata(int frame_number, - int64_t timestamp); + std::unique_ptr<CameraMetadata> getResultMetadata( + Camera3RequestDescriptor *descriptor, int64_t timestamp); unsigned int id_; camera3_device_t camera3Device_; |