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
297 stars 44 forks source link

CameraParameters #21

Closed DrRamm closed 6 years ago

DrRamm commented 6 years ago

Phone Model: Xiaomi Mi3W, 8.1 android FreeDcam Version: 4.1 beta6 Problem Description: Why FreeDcam doesnt read cameraparamets? Bcz i edited *.txt and there is no difference (new params are here https://gist.github.com/DrRamm/2d544e41c86b6fce011eea96c894e1d0)

KillerInk commented 6 years ago

That file is only a dump from the cameraparameters. It read them direct from the camera when you run the featuredetector and fill the settings.

DrRamm commented 6 years ago

ohhh how i can fix them? CameraWrapper should fix it

KillerInk commented 6 years ago

Check if you are on camera1. Beta6 loads by default camera2 also for legacy devices. But thats fixed in source already.

Featuredetector fills the settingsmanager. Parameterhandler then create the supported modes based on the settingsmanager. I dont see something new in your parameters. With switching to cam1 all problems should be gone.