Skip to content

jf-lab/pyximea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyximea

Python bindings for ximea XiAPI

Requirement

python3, numpy

example code

import pyximea as xi
cam = xi.Xi_Camera(DevID=0)
cam.set_param('exposure',10000.0)
img =  cam.get_image()
cam.close()

installing

Linux (Arch)

install ximea framework using the PKGBUILD in the repo, then

cd your_local_clone
python setup.py build_ext -i

MacOS

install ximea framework, then

cd your_local_clone
python setup.py build_ext -i

Windows

install ximea framework install wheel package in the dist folder, require python3.5

About

Python bindings for ximea XiAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.3%
  • Shell 1.7%