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

Fix: Video Underexpose / Flickering on First Focus while recording. #75

Closed aunqur closed 5 years ago

aunqur commented 5 years ago

I've set Camera Parameters two times immediately after recording start call "recorder.start();". The first call will underexpose and second call will set to normal again. and then continues to record videos.

Now on first thouch focus event the video will not go under expose or no flickering will happen.

KillerInk commented 5 years ago

looks more like a workaround then a real fix. i diffed the source between alpha9 and the only difference i see is that the media recording setup got merged into the videorecorder

aunqur commented 5 years ago

Ya you can say it a workaround. My another thought, there might be some camera parameters difference between 4.1final and 4.1beta9. I'll check parameter values of 4.1beta9 on camera1 api.

Is there any way to check parameters already set or running in camera?