From bba4cf7939a59c0a521fe0ea25966492b3581c0c Mon Sep 17 00:00:00 2001 From: GloamXun Date: Wed, 21 Jan 2026 15:40:24 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0README=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- src/main.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79024d7..bcfa412 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,8 @@ C:\Program Files\D330Viewer\ - ✅ 命令发送(START/STOP) #### 可视化 -- ✅ 实时深度图显示(OpenCV,垂直翻转校正) +- ✅ 实时左红外、右红外相机图像显示 +- ✅ 实时RGB相机图像显示 - ✅ 实时3D点云显示(自定义OpenGL渲染) - ✅ 正交投影视角(平面视图) - ✅ 交互式点云操作: diff --git a/src/main.cpp b/src/main.cpp index fd489f6..81495da 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,7 +33,7 @@ int main(int argc, char *argv[]) // 设置应用程序信息 app.setOrganizationName("D330Viewer"); app.setApplicationName("D330Viewer"); - app.setApplicationVersion("0.1.0"); + app.setApplicationVersion("0.2.0"); // 初始化Logger(在可执行文件同目录下) QString logPath = QCoreApplication::applicationDirPath() + "/d330viewer.log";