Installation
Zivid Motion is available as a Python API and C++ API. Other language support may be available in the future.
C++ docs coming soon!
Install the Python wheel
$ pip install zivid_pythonmotion-*.whl
To verify that the installation succeeded, start Python and make sure you can import Zivid Motion.
>>> from zividmotion.zividmotion import Planner
>>>
That’s it - you’re ready to start building with Zivid Motion!