From 364e388259d0eb4e169c2bc9c1e1f38f93c4d50a Mon Sep 17 00:00:00 2001 From: MattMo Date: Tue, 11 Apr 2023 08:41:01 -0700 Subject: [PATCH] Added initial readme. --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2008f46..97bdb1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # MariCam -A C# application to render TOF data as a heat map. \ No newline at end of file +A C# application to render TOF data as a heat map. + + +## Parts list +- [Raspberry Pi Model 4](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/) +- [ArduCam TOF Snsor](https://www.arducam.com/time-of-flight-camera-raspberry-pi/) + +## Dependencies +- [Raspberry Pi OS 32bit](https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit) +- [ArduCam TOF SDK](https://github.com/ArduCAM/Arducam_tof_camera) +- [Mono C#](https://www.mono-project.com/download/stable/#download-lin-raspbian) + +## Install +- Run `./Install_dependencies.sh` under ArduCam TOF +- Run `./compile.sh` under ArduCam TOF +- Enable TOF driver `dtoverlay=arducam-pivariety,media-controller=0` under /boot/config.txt + +## Run +- Execute `mono MariCam.exe` \ No newline at end of file