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";