mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
@@ -48,7 +48,7 @@ def replay(route, segment):
|
||||
img = fr.get(frame_idx[msg.frame.frameId], pix_fmt="rgb24")
|
||||
img = img[0][:, :, ::-1] # Convert RGB to BGR, which is what the camera outputs
|
||||
msg.frame.image = img.flatten().tobytes()
|
||||
except KeyError:
|
||||
except (KeyError, ValueError):
|
||||
pass
|
||||
|
||||
if w not in socks:
|
||||
|
||||
Reference in New Issue
Block a user