Introduction ------------ This repository has the code for a distributed camera-sensor which messures the angle of the ball in the hoop .. image:: img/setup/1.jpg :align: center :height: 40em :alt: Picture of the ball and hoop setup with 3 raspberry pi cameras There are 3 cameras evenly distributed on the circle plate. The hoop can spin in 2 axes. .. image:: img/setup/axis2-2.jpg :align: center :alt: Picture of the ball and hoop setup, which shows that the hoop can rotate in 2 axes Scope ***** This repository has only the python code for the camera sensors. It sends its result to a dspace card, which is connected to one of the pi's through a serial connection. The 3 pis can communicate through a ethernet connection .. image:: img/com-architecture.drawio.png :align: center Using this software ******************* :doc:`Installation guide` How to deploy the software. :doc:`Running and calibrating` How to calibrate and run the software. :doc:`Code` Documentation of the software. .. toctree:: :caption: Documentation :maxdepth: 2 :hidden: Installation Usage Configuration .. toctree:: :caption: Development :maxdepth: 2 :hidden: Local development Full code API