快速捕获教程
This tutorial shows the fastest way to connect to a Zivid camera, capture a point cloud, and save it using the Zivid SDK.
介绍
本教程介绍了使用Zivid SDK捕获点云的最基本方法。
先决条件
安装 Zivid 软件 。
对于Python:安装 zivid-python
初始化
调用Zivid SDK中的任何API都需要初始化Zivid应用程序并在程序运行时使其保持活动状态。
连接
Connect to the camera:
配置
Load capture settings from a YML file:
捕获
Capture a point cloud:
保存
保存
Save the point cloud to a ZDF file:
导出
Export the point cloud to the .ply format:
对于其他导出选项,请参阅 点云 以获取支持的格式列表
应用
小技巧
您可以从 Zivid Studio 导出预设设置到 YML
您可以在 Zivid Studio 中打开并查看
Frame.zdf文件 。
结论
本教程展示了使用Zivid SDK连接相机、捕获和保存图像的最基本的方法。
如需了解更深入的教程,请查看完整的 捕获教程。