mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
Cabana:: remove a fixed TODO (#26257)
remove a fixed TODO old-commit-hash: 5e717c12f11151ca064c6829b75616c0776d0059
This commit is contained in:
@@ -17,7 +17,6 @@ VideoWidget::VideoWidget(QWidget *parent) : QWidget(parent) {
|
||||
QVBoxLayout *main_layout = new QVBoxLayout(this);
|
||||
main_layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
// TODO: figure out why the CameraWidget crashed occasionally.
|
||||
cam_widget = new CameraWidget("camerad", VISION_STREAM_ROAD, false, this);
|
||||
cam_widget->setFixedSize(parent->width(), parent->width() / 1.596);
|
||||
main_layout->addWidget(cam_widget);
|
||||
|
||||
Reference in New Issue
Block a user