simulation

This commit is contained in:
2026-05-05 19:38:41 +02:00
parent d946de7b63
commit 3aaa88a1aa
7 changed files with 110 additions and 63 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ class ScannerProcess(Task):
if capture_type == 'file':
from modules.videofile_capture import VideoFileCapture
self.cam = VideoFileCapture(
video_file=settings.MEDIA_ROOT / 'simulation' / 'default-simulation.mp4',
video_file=settings.MEDIA_ROOT / 'simulation' / 'default_simulation.mp4',
fps=self.video_fps,
width=self.video_width,
height=self.video_height,