Skip to content
Snippets Groups Projects
raspi_camera.sh 151 B
Newer Older
  • Learn to ignore specific revisions
  • ##!/bin/bash
    
    DELAY=300000
    
    while true
    do
            echo Start streaming
            raspivid -ex fixedfps -ss 20000 -fps 25 -n -l -t $DELAY -b 80000$
    done