mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-21 01:02:48 +08:00
replay/camera: set frame id before send (#25591)
old-commit-hash: 8f3b259f7ce85f0c72a913cdaea53d48b1112e92
This commit is contained in:
@@ -55,6 +55,7 @@ void CameraServer::cameraThread(Camera &cam) {
|
||||
.timestamp_sof = eidx.getTimestampSof(),
|
||||
.timestamp_eof = eidx.getTimestampEof(),
|
||||
};
|
||||
yuv->set_frame_id(eidx.getFrameId());
|
||||
vipc_server_->send(yuv, &extra, false);
|
||||
} else {
|
||||
rError("camera[%d] failed to get frame: %lu", cam.type, eidx.getSegmentId());
|
||||
|
||||
Reference in New Issue
Block a user