Skip to content

Low latency streaming solution for Raspberry PI camera, client and server

Notifications You must be signed in to change notification settings

maroviher/RaspiCamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Low latency video streaming from one Raspberry PI to another:

PI with a camera: raspivid --bitrate 3500000 --profile high --level 4.2 -vf -hf -n -l -o tcp://0.0.0.0:5001 -w 1920 -h 1080 -fps 0 --intra 0 -ss 0 -m raw_tcp

PI with a monitor: hello_video_active.bin -h 0.0.0.0 -p 12345 -l

Low latency video streaming from one PI to an android(>=5.0) smartphone:

PI with a camera: raspivid --bitrate 3500000 --profile high --level 4.2 -vf -hf -n -l -o tcp://0.0.0.0:5001 -w 1920 -h 1080 -fps 0 --intra 0 -ss 0 -m android_motion

android viewer is here: https://github.com/maroviher/RaspiCAMStreamer

About

Low latency streaming solution for Raspberry PI camera, client and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages