MariCam/README.md

21 lines
753 B
Markdown
Raw Normal View History

2023-04-11 13:47:50 +00:00
# MariCam
2023-04-11 08:41:01 -07:00
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/)
2023-04-11 08:52:05 -07:00
- [ArduCam TOF Sensor](https://www.arducam.com/time-of-flight-camera-raspberry-pi/)
2023-04-11 08:41:01 -07:00
## 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
2023-04-11 08:41:55 -07:00
- Enable TOF driver `dtoverlay=arducam-pivariety,media-controller=0` under `/boot/config.txt`
2023-04-11 08:41:01 -07:00
## Run
- Execute `mono MariCam.exe`