GrapheneOS / Camera

Modern camera app focused on privacy and security with QR & barcode scanning.
https://grapheneos.org/
MIT License
849 stars 86 forks source link

Use CameraX's official APIs for Video Stabilization #444

Closed MHShetty closed 2 months ago

MHShetty commented 3 months ago

This PR replaces the currently used Camera2Interop API for EIS with CameraX's official APIs for video stabilization

(It could possibly solve the bug being described in Issue #391; however, we would need testing and confirmation from the user to ensure there isn't any device-specific issue with EIS to be reported further)

thestinger commented 2 months ago

@MHShetty Needs rebase due to other merged PR.