mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
UI: remove spammy CameraView log
old-commit-hash: 9a6bcba7416b9e3f4dcf527131f4ca7250bb0f35
This commit is contained in:
@@ -374,7 +374,6 @@ void CameraWidget::vipcThread() {
|
||||
clearFrames();
|
||||
auto streams = VisionIpcClient::getAvailableStreams(stream_name, false);
|
||||
if (streams.empty()) {
|
||||
qWarning() << "VisionIPC connected, but no streams available";
|
||||
QThread::msleep(100);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user