fix regen: specify frame timestamps for modeld (#24200)

* grab main frames when not using extra

* the actual fix
This commit is contained in:
Shane Smiskol
2022-04-12 23:07:33 -07:00
committed by GitHub
parent 49c2164814
commit 5159878389
+2
View File
@@ -134,6 +134,8 @@ def replay_cameras(lr, frs):
m = messaging.new_message(s)
msg = getattr(m, s)
msg.frameId = rk.frame
msg.timestampSof = m.logMonoTime
msg.timestampEof = m.logMonoTime
pm.send(s, m)
vipc_server.send(stream, img, msg.frameId, msg.timestampSof, msg.timestampEof)