woheller69
woheller69
In this issue https://github.com/woheller69/TimeLapseCamera/issues/16 you can find an older version But since then there is not much code that has changed. I do not see anything that should have influence...
have you tried increasing the delay for camera initialization?
This app uses the "old" Camera API. But also in this case this should not be an issue as the rates supported by the selected camera are read via API...
This app uses the "old" Android Camera API. But that API should also find all available cameras. Unfortunately I do not have such a device for testing.
Multicamera API requires Camera2 API. This app uses the "old" camera API and I have no plans to rewrite it...
For normal video and time lapse video this apk sets setAutoExposureLock(true) after mediaRecorder.start() I have no time to test, not sure if it works. Please try. Uninstall Remove .zip Install...
did you try it?
yes, it is modified. Not sure if it makes a difference
You can try this. I tried to lock AutoExposure, AutoWhiteBalance and AutoFocus after start of recorder (only for mp4 recordings) [app-release.apk.zip](https://github.com/woheller69/TimeLapseCamera/files/11122837/app-release.apk.zip) Don't know if it works... mMediaRecorder.start(); Camera.Parameters params =...
In my tests this does not seem to have any effect. Have you seen any improvements?