mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
fix regen: specify frame timestamps for modeld (#24200)
* grab main frames when not using extra * the actual fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user