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

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

Message

Paul Elder Nov. 23, 2021, 10:40 a.m. UTC
Assortment of small fixes, mainly to CameraCapabilities, in preparation
for the rest of the changes that will provide FULL support.

5/7 and 7/7 are somewhat execptions. The former is v4 of exposure time
range, and the latter is adding CONTROL_MODE_OFF.

Paul Elder (7):
  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: Check exposure time range for manual sensor capability
  android: Increase result metadata size
  android: Add CONTROL_MODE_OFF in template and static metadata

 src/android/camera_capabilities.cpp | 66 +++++++++++++++++++++++++----
 src/android/camera_device.cpp       |  2 +-
 src/android/camera_metadata.h       | 11 +++++
 3 files changed, 70 insertions(+), 9 deletions(-)