peregin / gps-overlay-on-video

Telemetry (GPS) data overlay on videos
MIT License
285 stars 36 forks source link

Pass lags from particular frames in video processing #212

Closed kvr000 closed 3 months ago

kvr000 commented 3 months ago

Currently, the video is slowed due to random delays in frame processing. In such delays, the future frame is processed with full frame delay instead of subtracting the the previous lag and the video is often slowed by 10-20%.

This fix adjusts the last processing time by adding the previous delay.