Skip to content

tasptz/py-gev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python GEV Wrapper

This package provides a lightweight python interface to the Linux GigE-V Framework.

Installation

First

pip install -r requirements.txt
git submodule update --init --recursive

then

python setup.py bdist_wheel
pip install dist/gev-*.whl

or just

python setup.py develop

For the example you need the Pillow module, then run python examples/write_frames.py.

Releases

No releases published

Packages

No packages published