Skip to content

Commit 254defe

Browse files
committed
doc/configuration: update description of USBVideoDriver
Updates the description to match the current situation. Also give a little hint on how to gain values for new cameras. Signed-off-by: Enrico Joerns <ejo@pengutronix.de>
1 parent 8c7f5f7 commit 254defe

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

doc/configuration.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,9 +2239,12 @@ Arguments:
22392239
Although the driver can be used from Python code by calling the `stream()`
22402240
method, it is currently mainly useful for the ``video`` subcommand of
22412241
``labgrid-client``.
2242-
It supports the `Logitech HD Pro Webcam C920` with the USB ID 046d:082d, but
2243-
other cameras can be added to `get_qualities()` in
2242+
It supports the `Logitech HD Pro Webcam C920` with the USB ID 046d:082d and a
2243+
few others.
2244+
More cameras can be added to `get_qualities()` and `get_pipeline()` in
22442245
``labgrid/driver/usbvideodriver.py``.
2246+
Appropriate configuration parameters can be determined by using the GStreamer
2247+
``gst-device-monitor-1.0`` command line utility.
22452248

22462249
USBAudioInputDriver
22472250
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)