However, when playing the output file, I get "jumps" in the video stream and a few seconds in the middle of the video are just cut off.
A minimal working example based on examples/capture_timelapse_video.py but without the video processing is below.
I suspect that this might be an issue with the file output. I tried to solve this using the TimelapseOutput class from examples/capture_timelapse_video.py, however I did not succeed.
I want to use the circular buffer with time lapse. Using the code base from
examples/capture_timelapse_video.py
.I have simply added the argument
FrameDurationLimits
as described in the documentation to get timelapse videos, here 10 FPS:However, when playing the output file, I get "jumps" in the video stream and a few seconds in the middle of the video are just cut off.
A minimal working example based on
examples/capture_timelapse_video.py
but without the video processing is below.I suspect that this might be an issue with the file output. I tried to solve this using the
TimelapseOutput
class fromexamples/capture_timelapse_video.py
, however I did not succeed.Many thanks for any hints.