Skip to content

wadesherman/raspberry_pi_rtsp_camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple RTSP camera with a Rasperry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published