Skip to content

Instantly share code, notes, and snippets.

@onezerodigits
Created April 24, 2018 23:35
Show Gist options
  • Save onezerodigits/72f3e68264e5277e59028b27b006bc6d to your computer and use it in GitHub Desktop.
Save onezerodigits/72f3e68264e5277e59028b27b006bc6d to your computer and use it in GitHub Desktop.
End the Raspberry Pi video stream
#!/bin/bash
sudo pkill -f "raspivid"
sudo pkill -f "avconv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment