KillerInk / FreeDcam

FreeDcam is a CameraApp for Android >4.0(ics) wich try to enable stuff that is forgotten by the manufacturs
GNU General Public License v2.0
300 stars 44 forks source link

Without Location permission saves corrupted dng file with 1.1KB #84

Closed aunqur closed 5 years ago

aunqur commented 5 years ago

Phone Model: Mi A1

FreeDcam Version: 4.2

Problem Description:

Without Location permission saves corrupted dng file with 1.1KB

aunqur commented 5 years ago

The problem is not fixed if "Geo-Tag Location" setting is off and Condition apply to check the setting like camera2 API.

DNG corrupts if task.setLocation is not applied PictureModule.java on line 306

REF: Camera2 API: imageCaptureHolder.java on line 333