[libcamera-devel] [PATCH 0/2 v1] Document post-processing

Umang Jain umang.jain at ideasonboard.com
Tue Jan 4 07:51:59 CET 2022


The first patch documents functions and structures involved in
post-processing.

The second patch provides a overall diagram of code-flow of
post-processing async + how Camera3RequestDescriptor lifetime is
managed in the libcamera HAL.

Changes RFC -> v1:
- Address Laurent's comments
- Add R-b tags

Umang Jain (2):
  android: Document the structures and functions for post-processing
  android: camera_request: Lifetime of a Camera3RequestDescriptor

 src/android/camera_device.cpp  |  37 ++++++++++
 src/android/camera_request.cpp | 126 +++++++++++++++++++++++++++++++++
 src/android/camera_stream.cpp  |  12 ++++
 3 files changed, 175 insertions(+)

-- 
2.31.1



More information about the libcamera-devel mailing list