Updated Configure the cameras (markdown)

This commit is contained in:
hipersayanX 2021-06-21 18:39:02 -03:00
parent 2600790c64
commit 8c0d4903ff

View file

@ -158,6 +158,7 @@ cameras/size = 2
cameras/1/description = My Virtual Camera cameras/1/description = My Virtual Camera
cameras/1/formats = 1 cameras/1/formats = 1
cameras/1/id = MyFakeCamera0
cameras/2/description = My Other Virtual Camera cameras/2/description = My Other Virtual Camera
cameras/2/formats = 1, 2 cameras/2/formats = 1, 2
@ -167,6 +168,7 @@ First at all you must create a _[Cameras]_ section and set the number of webcams
* **description**: The description that will shown to the capture or streaming program. * **description**: The description that will shown to the capture or streaming program.
* **formats**: is a comma separated list of index of formats supported by the device, we will talk about this in a moment. * **formats**: is a comma separated list of index of formats supported by the device, we will talk about this in a moment.
* **id**: Set a custom device ID. This property is optional.
## Defining the formats ## Defining the formats