A python wrapper for some of the GigE-V Framework API methods.
- Install GigE-V framework 2.02 https://www.teledynedalsa.com/imaging/products/software/linux-gige-v/
- Download this repository locally
- Run
sudo python setup.py install
at the repo's root dir - Test by running
python test.py
example
- Install GigE-V framework 2.02 https://www.teledynedalsa.com/imaging/products/software/linux-gige-v/
- Download this repository locally
- Install cython via
pip install Cython
- Change the USE_CYTHON flag to
True
in the setup.py file - Build the module using
python setup.py build_ext --inplace
- test by running
python test.py
example