2

raspivid has these options to cycle between capture and pause:

-s, --signal    : Cycle between capture and pause on Signal
-k, --keypress  : Cycle between capture and pause on ENTER

Suppose I use the -k option. After pressing Enter a number of times, I lose count. So how do I tell whether raspivid is now capturing or paused? I could monitor the file size of the output file, but that feels a bit dirty, especially if I also use the -sg option to segment the recordings.

Kal
  • 123
  • 4

1 Answers1

1

Per the comments below the question, when raspivid is started using both the keypress option (-k) and the verbose option (-v), the user is provided with an on-screen prompt which allows the user to distinguish between capturing/not capturing modes.

goobering
  • 10,750
  • 4
  • 40
  • 64