1 Star 0 Fork 1

dongzhou/zed-python-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Run the examples

Some Python samples require OpenCV and OpenGL, you can install them via pip with opencv-python and PyOpenGL packages.

Live camera

Live camera sample showing the camera information and video in real time and allows to control the different settings.

python examples/live_camera.py

Read SVO

Read SVO sample to read the video and the information of the camera. It can pick a frame of the svo and save it as a JPEG or PNG file. Depth map and Point Cloud can also be saved into files.

python examples/read_svo.py svo_file.svo

Position

Position sample shows that the position of the camera can be get and used with OpenGL.

python examples/position_example.py

Mesh

Mesh sample shows mesh information after filtering and applying texture on frames. The mesh and its filter parameters can be saved.

python examples/mesh_example.py svo_file.svo

Object

Object sample shows the objects detected and tracked by the AI module with their bouding boxes and their 3D positions

python examples/object_example.py

Plane

Plane sample is searching for the floor in a video and extracts it into a mesh if it found it.

python examples/plane_example.py svo_file.svo
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dong_zhou/zed-python-api.git
git@gitee.com:dong_zhou/zed-python-api.git
dong_zhou
zed-python-api
zed-python-api
v2.7.x_stable

搜索帮助