add more log for debug info + last frame keeping

This commit is contained in:
2026-06-23 13:43:11 +02:00
parent d805f2ba86
commit 162d5940f0
2 changed files with 18 additions and 7 deletions

View File

@ -71,6 +71,7 @@ private:
int index_save_video;
int index_replay_video;
std::vector<float> video_times;
cv::VideoCapture *ReplayInputVideo;
cv::Mat* ReplayIm;