A plugin to control the CMOS camera. It is meant to be run on ZedBoard in combination with the embedded linux created with Buildroot ([sony-cmos-camera](https://gitlab.phys.ethz.ch/tiqi-projects/fpga/sony-cmos-camera)). In order for this code to work one needs to follow the instructions on the linked readme and configure the git.
<br>
After that is done, simply use the following commands:<br>
After that is done, simply create a new folder where you want to place the code and use the following command:<br>
Once that is done, the code can be run only if the sony sensor is connected (this needs to be modified for easier life). In order to run the code, position yourself inside the *cam_control* directory and run:<br>
```
python main.py
```
All the dependancies should be included in the embedded linux. If something is not there, I either forgot to fix it or I imported it manually during the development.