Skip to content

Roy-explorer/pyximea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyximea

Python bindings for ximea XiAPI

example code

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

building

###MacOS install ximea framework cd your_local_clone python setup.py build_ext -i

###Linux (Ubnutu) todo

About

Python bindings for ximea XiAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%