/ZED-Record-GUI

A GUI implemented by Python for ZED video recording

Primary LanguagePythonMIT LicenseMIT

python python version License: MIT linting workflow

ZED-Record-GUI

A GUI implemented by Python for ZED video recording

Dependency

tkinter

$ sudo apt-get install python3-tk

pyinstaller

$ pip install pyinstaller

pyzed

Please refer to the official document of ZED.

Build

$ pyinstaller zed_record.spec

or

$ pyinstaller --hidden-import=tkinter --hidden-import=tkinter.filedialog --hidden-import numpy main.py --onefile -w -n zed_record --icon ./images/zed_recording.ico

Then the executable file will be dist/zed_record.exe