Skip to content
Snippets Groups Projects
Commit 9d2fa893 authored by Leo Sutevski's avatar Leo Sutevski
Browse files

.

parent 8bd69010
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,15 @@
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>
```
git clone https://gitlab.phys.ethz.ch/tiqi-projects/fpga/sony-cmos-camera.git
```
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.
![image description](Diagram.pdf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment