A Python library to manage Hardware on MPCam boards.
- Python 3.8+
- Periphery 2.0.1+ See requirements.txt for details
Report issues by mail at support@siana-systems.com
Library is included with MPCam releases. To manually install, run pip3 install pympcam
.
- On root folder, run
python3 setup.py bdist_wheel
. - On
dist
folder, transfer the generated wheel file*.whl
to MPCam board. - Install on MPCam board by running
pip3 install ./pympcam*.whl
.