raspistill SIGUSR1 mode does timelapse instead? - Raspberry Pi Forums


when command, hoping trigger still capture @ specific time later 'kill -s sigusr1 $pid' :

code: select all

raspistill -s -t 0 -o cap%04d.jpg &
continuing set of timelapse images taken 10 seconds apart, without ever sending signals. intended?

if don't include timeout '-t 0' parameter , do:

code: select all

raspistill -s -o cap%04d.jpg &
process remain running indefinitely if never send signal, quits after 2 captures. possible leave raspistill running, waiting additional capture signals?

jbeale wrote:when command, hoping trigger still capture @ specific time later 'kill -s sigusr1 $pid' :

code: select all

raspistill -s -t 0 -o cap%04d.jpg &
continuing set of timelapse images taken 10 seconds apart, without ever sending signals. intended?

if don't include timeout '-t 0' parameter , do:

code: select all

raspistill -s -o cap%04d.jpg &
process remain running indefinitely if never send signal, quits after 2 captures. possible leave raspistill running, waiting additional capture signals?
sounds bug. not sure when might have time @ it, i'll try next week.


raspberrypi



Comments

Popular posts from this blog

How do I add a forum to my site? - Joomla! Forum - community, help and support

VIDIOC_S_FMT error 16, Device or resource busy - Raspberry Pi Forums

[Solved] Error: 'Hx711' does not name a type