Skip to content

modules.vision.detection.detection_recorder

Classes Diagram

Classes

DetectionRecording

Constructor

DetectionRecording(self, target_file: Path, fps = 30, size = (640, 480))

Members

_fps
_frame_interval
_size
_expected
_frame_queue
_stop_event
_thread
_is_recording
_start_time
_next_pts_time
_last_frame
out

Methods

_record_worker(self)
start_recording(self)
update_frame(self, frame)
stop_recording(self)