From 21b58b8502211458fd3ace798d79c488cf08c073 Mon Sep 17 00:00:00 2001
From: cbwu <504-wuchengbo@htsdfp.com>
Date: Mon, 23 Sep 2024 18:36:44 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=B8=89=E7=BB=B4?=
 =?UTF-8?q?=E5=BB=BA=E6=A8=A1=E7=9B=B8=E6=9C=BA=E9=BB=98=E8=AE=A4=E6=8B=89?=
 =?UTF-8?q?=E6=B5=81=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Src/ModelCamera/modelcameradlg.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Src/ModelCamera/modelcameradlg.cpp b/Src/ModelCamera/modelcameradlg.cpp
index a2bb3b0..dc2d05f 100644
--- a/Src/ModelCamera/modelcameradlg.cpp
+++ b/Src/ModelCamera/modelcameradlg.cpp
@@ -4,8 +4,8 @@
 ModelCameraDlg::ModelCameraDlg(QWidget *parent)
     : QDialog(parent), ui(new Ui::ModelCameraDlg) {
   ui->setupUi(this);
-  ui->videoIPLineEdit->setText(QStringLiteral(
-      "rtsp://192.168.5.70:8554/LIVE")); // rtsp://192.168.5.70:8554/LIVE
+  ui->videoIPLineEdit->setText(
+      QStringLiteral("rtsp://192.168.5.74:8554/live")); //
   ui->pushStreamIPEdit->setText(
       QStringLiteral("rtmp://182.92.130.23/app/stream99"));
   ui->cameraVideoWidget->setVedioSaveFileDirPath("./3DCameraVideo");