mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-11 12:22:14 +08:00
replay/camera: fix incorrect console output (#22491)
old-commit-hash: 537dff3ae0bac7ca3d40f1441297cc146dc1a9bb
This commit is contained in:
@@ -16,7 +16,7 @@ CameraServer::~CameraServer() {
|
||||
}
|
||||
|
||||
void CameraServer::startVipcServer() {
|
||||
std::cout << (vipc_server_ ? "start" : "restart") << " vipc server" << std::endl;
|
||||
std::cout << (vipc_server_ ? "restart" : "start") << " vipc server" << std::endl;
|
||||
vipc_server_.reset(new VisionIpcServer("camerad"));
|
||||
for (auto &cam : cameras_) {
|
||||
if (cam.width > 0 && cam.height > 0) {
|
||||
|
||||
Reference in New Issue
Block a user