I have an even worse problem that appeared recently with the Pixel 6 Pro with the current firmware: the lag for interval mode varies. Apparently the photo is only made when the phone is not moved too much, see also [#1000] Example (set to 0.5s, focus infinite !!) 2022:11:01 16:29:21.139194+01:00 2022:11:01 16:29:23.569789+01:00 2022:11:01 16:29:27.273649+01:00 2022:11:01 16:29:31.404508+01:00 2022:11:01 16:29:32.241946+01:00 2022:11:01 16:29:33.439311+01:00 2022:11:01 16:29:37.203452+01:00 2022:11:01...
I have an even worse problem that appeared recently with the Pixel 6 Pro: the lag for interval mode varies. Apparently the photo is only made when the phone is not moved too much, see also [#1000]
I have an even worse problem that appeared recently with the Pixel 6 Pro: the lag for interval mode varies. Apparently the photo is only made when the phone is not moved too much, see also #1000
I have an even worse problem that appeared recently with the Pixel 6 Pro: the lag for interval mode varies. Apparently the photo is only made when the phone is not moved too much, see also https://sourceforge.net/p/opencamera/tickets/1000/
I have a similar problem with Pixel 6 Pro and Interval Mode: I have set it to, say 0.5 s or 1s, but the actual delay between pictures varies, usually the more stable I hold it (less vibrations, less movements), the closer the interval comes to the pre-set value. This happens also with infinite focus.
This is the fix for the new version. I tested it, it works (the most annoying part of it was updating the android studio...) @mark-h : I don't know if the addDateTimeExif needs to be called as well. Up until now I didn't miss it in my images. diff --git a/app/src/main/java/net/sourceforge/opencamera/ImageSaver.java b/app/src/main/java/net/sourceforge/opencamera/ImageSaver.java index b5defeac..8d3fb1c6 100644 --- a/app/src/main/java/net/sourceforge/opencamera/ImageSaver.java +++ b/app/src/main/java/net/sourceforge/opencamera/ImageSaver.java...
In this commit a fix has been attempted by @mark-h : https://sourceforge.net/p/opencamera/code/ci/979ef37fa495058546d4ccadd60317d903a23eb8/ This fix is quite similar to what I did, it also propagates the location into all the necessary places in the code. However, this fix only works, if I enable the X-Night extension. Obviously, as the code says, that fix only triggers if "using extensions" whatever that means. I guess that for some reason, for the Pixel 6 Pro, somewhere in the path the "extensions"...
In this commit a fix has been attempted https://sourceforge.net/p/opencamera/code/ci/979ef37fa495058546d4ccadd60317d903a23eb8/ This fix is quite similar to what I did, it also propagates the location into all the necessary places in the code. However, this fix only works, if I enable the X-Night extension. Obviously, as the code says, that fix only triggers if "using extensions" whatever that means. I guess that for some reason, for the Pixel 6 Pro, somewhere in the path the "extensions" are probably...