For some reason RaspiStill has lost some of its functionality. When I tried to use the -tl
argument it doesn't produce any photos and seems to hang up.
The full command I am running is:
raspistill -rot 180 -q 80 -w 1920 -h 1080 -t 300000 -tl 999999 -o /media/64GB/www/timelapse/timelapse_%d.jpg
I am able to take photos without the -tl
I have tried adjusting the amount tl
is, I have also tried adding the -n
flag.
For example:
raspistill -rot 180 -q 82 -w 1920 -h 1080 -n -t 120000 -tl 999999 -o /media/64GB/www/timelapse/photo_%d.jpg
Any suggestions?