Skip to content

Update camera, disable frame processors, and bump android target #4049

Martin Santangelo requested to merge chore/update-camera into release/4.22.0

Summary

This MR updates the camera packages, disables the frame processors (not used), and bumped the android API target version (required by the package)

I removed an old patch that fixed the resolution and aspect ratio of the images for Android (no longer valid for this version). I fixed that by removing the specific resolution.

closes #4049 (closed)

Steps to test

We need to test on different devices (both platforms)

  • Open the camera
  • Take a portrait picture
  • check result (orientation, aspect ratio, and resolution)
  • Take a landscape picture
  • check result (orientation, aspect ratio, and resolution)
  • Capture a video
  • check result (orientation, aspect ratio, and resolution)

Estimated Regression Scope

It should only affect the camera but the bump of the Android target can affect the minimum android version

Edited by Martin Santangelo

Merge request reports