Re: video(1) query only diff

2016-06-03 Thread Dmitrij D. Czarkoff
Marcus Glocker said: > Sometimes I just would like to query a video device for it's properties > without starting a stream to see what's supported and evt. make a > decision afterwards how to start the stream. > > This diff adds the 'q' option to video(1) for this purpose to just > query the devic

video(1) query only diff

2016-06-03 Thread Marcus Glocker
Sometimes I just would like to query a video device for it's properties without starting a stream to see what's supported and evt. make a decision afterwards how to start the stream. This diff adds the 'q' option to video(1) for this purpose to just query the device, display the results, and quit.