Skip to content

Kaminyou/ZED-Record-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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. Set an environment variable ZED_SDK_SVO_VERSION=1 in your enviroment (Set ouput file as svo file)

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

No packages published

Contributors 2

  •  
  •  

Languages