Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 847 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 847 Bytes

raspberry_pi_rtsp_camera

Simple RTSP camera with a Rasperry Pi

setup

raspi-config

  • enable camera
  • give GPU more memory, 128 or more
  • set locale, country, time, etc.

uv4l

rtsp server

  • add camera/cam.service to /etc/systemd/system
  • add camera/cam.sh to /home/pi
  • start the camera systemctl start cam
  • automatically start the camera on boot systemctl enable cam

timestamp overlay

  • add uv4l/overlay.service to /etc/systemd/system
  • add uv4l/overlay.py to /home/pi
  • add uv4l/overlay.sh to /home/pi
  • start the overlay systemctl start overlay
  • automatically start the overlay on boot systemctl enable overlay