privacyidea / pi-authenticator

OTP Authenticator App for privacyIDEA Authentication Server
Other
38 stars 21 forks source link

Fixing-camera-issue-on-some-devices #378

Closed frankmer closed 5 months ago

frankmer commented 5 months ago

Replaced our solution that converts Android CameraImage to jpeg with the native solution. It hopefully works on every device, but is much slower because it converts the whole image instead of just the pixels we need.

frankmer commented 5 months ago

379 Seems to work correctly, so this isn't needed anymore.