Could get I get some help in having a window minimized?

I would like to have the 2nd window(the control one) minimized when using guvcview.

I have guvcview in my startup programs.

Hi, @fixit7 :slight_smile:

You've asked:

Hmmm... I have never user "guvcview" ("GTK+ UVC Viewer" - https://guvcview.sourceforge.net/ ), but can't you simply click the minimize button of that window to minimize it?

3 Likes

Could use wmctrl - e.g. Can I minimize a window from the command line? - Ask Ubuntu

You'll need to write a script and then add it to your startup programs.

3 Likes

wmctrl -l
0x01600003 -1 Scientist Top Panel
0x01600017 -1 Scientist Bottom Panel
0x01600025 -1 Scientist Top Panel
0x03a00006 0 Scientist Terminal
0x01800006 -1 Scientist Desktop
0x0260003e 0 Scientist Can I minimize a window from the command line? - Ask Ubuntu — Mozilla Firefox
0x0380000a 0 Scientist Guvcview (5.86 fps)
0x04400003 0 Scientist Guvcview
0x03a00502 0 Scientist Terminal

Ok. I do not know which window to minimize. It the one with the controls, not the video itself.

if you start guvcview with the option --gui=none , it hides the control panel

4 Likes