Quick Capture Tutorial
This tutorial shows the fastest way to connect to a Zivid camera, capture a point cloud, and save it using the Zivid SDK.
Introduction
This tutorial describes the most basic way to use the Zivid SDK to capture point clouds.
Prerequisites
Install Zivid Software.
For Python: install zivid-python
Initialize
Calling any of the APIs in the Zivid SDK requires initializing the Zivid application and keeping it alive while the program runs.
Connect
Connect to the camera:
Configure
Load capture settings from a YML file:
Capture
Capture a point cloud:
Save
Save
Save the point cloud to a ZDF file:
Export
Export the point cloud to the .ply format:
For other exporting options, see Point Cloud for a list of supported formats
Utilize
Tip
You can export Preset settings to YML from Zivid Studio
You can open and view
Frame.zdffile in Zivid Studio.
Conclusion
This tutorial shows the most basic way to use the Zivid SDK to connect to, capture, and save from the Zivid camera.
For a more in-depth tutorial check out the complete Capture Tutorial.