Skip to content

milagrofrost/balena-stupid-simple-low-lag-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stupid Simple Low Lag Cam

Balana image that runs a raspivid command for your raspberry pi.

Only allows one connection at a time.

Raspivid will restart quickly if connection is lost.

Defaults:

  • CAM_WIDTH=1280
  • CAM_HEIGHT=720
  • CAM_FPS=15
  • CAM_PORT=5001

You can change these values in balenaCloud in Fleet Variables or Device Variables to name a couple.

To connect to the camera, run this command on client-side.

ffplay -fflags nobuffer -flags low_delay -framedrop -strict experimental -f h264 tcp://IP_OF_THE_RPI:5001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages