diff --git a/core.py b/core.py index 6e66bc3..3191da0 100755 --- a/core.py +++ b/core.py @@ -74,7 +74,7 @@ class Core(QThread): # color = (0, 0, 255) if cls == 0 else (80, 127, 255) # self.__draw_bbox(frame, bbox, color) - self.newFrame.emit(global_bboxes, self.__processing_id, True) + self.newFrame.emit(global_bboxes, self.__processing_id, True, c_int64(int(time.time()*1e3))) self.__detection_bboxes = np.array(global_bboxes) self.__detection_frame = frame.copy() sleep(0.03)