[libcamera-devel,v2,0/6] android: Miscellaneous fixes
mbox series

Message ID 20211220232629.1485890-1-paul.elder@ideasonboard.com
Headers show
Series
  • android: Miscellaneous fixes
Related show

Message

Paul Elder Dec. 20, 2021, 11:26 p.m. UTC
Assortment of small fixes, mainly to CameraCapabilities, in preparation
for the rest of the changes that will provide FULL support.

6/6 is somewhat of an execption; it's adding CONTROL_MODE_OFF.

There is not much change in v2. 3/6 has its commit message expanded, and
the old 5/7 was moved to a separate series. That's it.

Paul Elder (6):
  android: camera_capabilities: Add messages for lack of FULL support
  android: camera_capabilities: Set read sensor settings capability
  android: camera_metadata: Add appendEntry helper
  android: camera_capabilities: Fix the type of the capability vector
  android: Increase result metadata size
  android: Add CONTROL_MODE_OFF in template and static metadata

 src/android/camera_capabilities.cpp | 33 +++++++++++++++++++++++++----
 src/android/camera_device.cpp       |  2 +-
 src/android/camera_metadata.h       | 11 ++++++++++
 3 files changed, 41 insertions(+), 5 deletions(-)