Skip to content

A way to help us automate data capture from the Zivid camera.

Notifications You must be signed in to change notification settings

pa4prj20kfbp21/zivid-capture-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A way to help us automate data capture from the Zivid camera.

Resources

Stars

Watchers

Forks

Languages