https://www.ximea.com/support/wiki/apis/python_inst_macos
XIMEA Python API - macOS installation steps¶
How to install the Ximea Python module:¶
- Install the Ximea SP - Follow the instructions from this site and run the install script.
- Check the installation by calling this command:
python -c "import ximea; print(ximea.__version__)"
It should print out the version of the package.