android / camera-samples

Multiple samples showing the best practices in camera APIs on Android.
Apache License 2.0
4.95k stars 2.32k forks source link

Add UI design to show the new info provided by Camera2Extensions API 34 #562

Closed CharcoalChen closed 10 months ago

CharcoalChen commented 11 months ago
  1. Update compileSdk as 34
  2. Add UI to show capture progress related info when the following features are supported
    • StillCaptureLatency
    • Still capture processing progress
    • Postview image When the capture progress related UI is shown, the mode switch, capture button and strength slide controls will be disabled.
  3. Add a slider for adjusting the extension strength when it is supported
    • The slider becomes visibile after retrieving the initial strength value from capture result
  4. Add utils project dependence for YuvToRgbConvertor
    • All files under the utils folder are copied from the CameraXVideo project folder
  5. Update the android build tools to version 7.4.2

skip-checks: true