Raspberry Pi utilities
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-10-04 08:37:58 +01:00
capture-local.sh Fixed sequential number in videos saved locally 2014-07-02 20:45:42 +01:00
capture-mjpgstreamer.sh More video streaming scripts 2014-06-06 20:33:40 +01:00
capture-raspivid-netcat.sh Fixed sequential number in videos saved locally 2014-07-02 20:45:42 +01:00
capture-raspivid-vlc.sh More video streaming scripts 2014-06-06 20:33:40 +01:00
LICENSE Initial commit 2014-05-29 22:06:22 +01:00
README.md Fix readme 2014-06-06 20:34:44 +01:00
rebootifnowifi.sh Couple of scripts from PiAware 2020-07-26 09:44:26 +01:00
renewcert.sh Fix command order in renewcert 2020-10-04 08:37:58 +01:00
videocapture Added camera utils 2014-05-29 22:11:44 +01:00

raspi-utils

Raspberry Pi utilities.

  • capture*.sh - RPi video capture and streaming scripts, one for each kind of streaming that I've found to work in some respect:
  • capture-raspivid-netcat.sh - Streams video from raspivid to a netcat listen socket. Client netcat can connect and pipe video to mplayer.
  • capture-raspivid-vlc.sh - Streams video from raspivid to VLC, which runs an HTTP server to stream it to clients.
  • capture-mjpgstreamer.sh - Runs raspistill rapidly and launches mjpg_streamer to broadcast the result.
  • videocapture - init script to run capture*.sh. Very hacky.