Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1 KB

README.md

File metadata and controls

37 lines (27 loc) · 1 KB

p4p-zivid-capture-helper

Helper script that allows to prompt user to do data capture using the zivid camera.

Requirements

  • Zivid SDK (v2.3.0) - Connect with Zivid camera.
  • Zivid Camera - The camera used is Zivid One+ S.
  • Python (v3.6+) - Interpreter to run script.
  • Pip - Package manager for Python.
  • Zivid Studio - GUI to open .zdf files for extracting required data.

Optional:

Setup

1.) Clone this repository.

2.) Open terminal in the project folder.

3.) OPTIONAL: If you installed the Virtual environment, you can setup the environment:

python3 -m venv venv --system-site-packages
source venv/bin/activate

Otherwise skip this step.

4.) Install required libraries.

pip install -r requirements.txt

5.) Connect the Zivid Camera and then run the script.

python3 main.py