Skip to content

Kaminyou/ZED-Record-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A GUI implemented by Python for ZED video recording

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages