Updated Configure the cameras (markdown)
This commit is contained in:
parent
2600790c64
commit
8c0d4903ff
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,7 @@ cameras/size = 2
|
|||
|
||||
cameras/1/description = My Virtual Camera
|
||||
cameras/1/formats = 1
|
||||
cameras/1/id = MyFakeCamera0
|
||||
|
||||
cameras/2/description = My Other Virtual Camera
|
||||
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.
|
||||
* **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
|
||||
|
||||
|
|
Loading…
Reference in a new issue