Python bindings for ximea XiAPI
python3, numpy
import pyximea as xi
cam = xi.Xi_Camera(DevID=0)
cam.set_param('exposure',10000.0)
img = cam.get_image()
cam.close()install ximea framework using the PKGBUILD in the repo, then
cd your_local_clone
python setup.py build_ext -iinstall ximea framework, then
cd your_local_clone
python setup.py build_ext -iinstall ximea framework
install wheel package in the dist folder, require python3.5