PiMonitor

golang + RaspberryPi 实现可控制的WEB视频监控器🕹

Stars
30

+ WEB


bilibili: https://www.bilibili.com/video/BV1rL411x7dt

Hardware

  • 4b
  • (SG90)*2
  • (Raspberry Pi Camera)

  • (goooooogle
  • XYXGPIO-23YGPIO-18

pimonitor.go

...
// 
servo.Init("16", "12", 15, 35, 10, 40)
...

GPIO: GPIO-Pinout-Diagram

How to run the server

  1. Enabling PWM output on GPIO pinshttps://gobot.io/documentation/platforms/raspi/

  2. &&

$ git clone https://github.com/Buzz2d0/PiMonitor.git
$ cd PiMonitor
$ make start

Usage

**** admin:admin

http://[your-raspberry-pi-ip]:8000 PC

TODO

Related Projects