Python Installation Instructions
Note
The recommended Python version for these samples is 3.7 - 3.9.
Check out the Zivid Python samples repository:
git clone http://github.com/zivid/zivid-python-samples.git
Install the runtime requirements using IDE or command line:
cd zivid-python-samples pip install -r requirements.txt
Open and run one of the samples.
Note
Running GUI samples on Windows should be done via
pythonw
.