Thursday, May 2, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 10946  / 3 Years ago, sat, october 16, 2021, 4:31:39

I'm using vlc to capture an image from my webcam by running the following command:



cvlc v4l2:///dev/webcam --no-audio --run-time 5 --scene-path $PWD 
--scene-replace --scene-format png --video-filter scene vlc://quit


. It works great except that I'm running this command in a cron job and it opens a player window for the duration of the capture, which gets in the way of me doing other stuff. Is there any way to hide this window? Can I tell vlc NOT to display this window whenever it runs? I looked at the help docs but couldn't find anything relevant in there.



thanks!


More From » command-line

 Answers
0

-Vdummy, the solution mentioned in the previous answer, seems to have been replaced by -Idummy See here.


[#33651] Sunday, October 17, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atetamme

Total Points: 11
Total Questions: 121
Total Answers: 109

Location: Puerto Rico
Member since Sun, Jun 27, 2021
3 Years ago
;