Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

pupil-labs/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

 
 
 

Contributors

Languages