[AC-6676] Android: Update to CameraX
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Michael Gangolf |
Assignee | Abir Mukherjee |
Created | 2021-02-08T11:09:40.000+0000 |
Updated | 2021-02-08T11:10:33.000+0000 |
Description
The current CameraActivity (Camera + Overlay) still uses the old
android.hardware.Camera
implementation.
The goal would be to use Googles CameraX (https://developer.android.com/training/camerax) architecture which is build on top of Camera2. It reduces the code and add more features (e.g. image analyzers, effects).
PR in progress: https://github.com/appcelerator/titanium_mobile/pull/12395 It is already loading and taking pictures/video with some options