Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6676] Android: Update to CameraX

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterMichael Gangolf
AssigneeAbir Mukherjee
Created2021-02-08T11:09:40.000+0000
Updated2021-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).

Comments

  1. Michael Gangolf 2021-02-08

    PR in progress: https://github.com/appcelerator/titanium_mobile/pull/12395 It is already loading and taking pictures/video with some options

JSON Source