# Capture.list() with video library 2.0 does not enumerate all camera configuration of each camera, just the unique camera names

**URL:** https://discourse.processing.org/t/capture-list-with-video-library-2-0-does-not-enumerate-all-camera-configuration-of-each-camera-just-the-unique-camera-names/27786
**Category:** Libraries
**Created:** [February 13, 2021, 11:52am UTC](https://discourse.processing.org/t/capture-list-with-video-library-2-0-does-not-enumerate-all-camera-configuration-of-each-camera-just-the-unique-camera-names/27786 "2021-02-13T11:52:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Anestis](https://avatars.discourse-cdn.com/v4/letter/a/ed8c4c/32.png) [@Anestis](https://discourse.processing.org/u/Anestis)
#### Post date: [February 13, 2021, 11:52am UTC](https://discourse.processing.org/t/capture-list-with-video-library-2-0-does-not-enumerate-all-camera-configuration-of-each-camera-just-the-unique-camera-names/27786/1 "2021-02-13T11:52:51Z")

</div>

Capture.list() with video library 2.0 does not enumerate all camera configurations of each camera, just the unique camera names. That means that it is not possible to search for a specific configuration and then initialize the camera using the constructor Capture(parent, requestConfig). That was possible with the Video 1.0.1 library list() method and is still described in the video tutorial ([Video \ Processing.org](https://www.processing.org/tutorials/video/))). I have reverted to the previous version for now, but is this going to be the behavior from now on? Is there any other way to get a list of all configurations (names, resolution an frame rate)?

---

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [February 13, 2021, 8:03pm UTC](https://discourse.processing.org/t/capture-list-with-video-library-2-0-does-not-enumerate-all-camera-configuration-of-each-camera-just-the-unique-camera-names/27786/2 "2021-02-13T20:03:16Z")

</div>

> <https://github.com/processing/processing-video/issues/179>
>
> Capture.list() with video library 2.0 does not enumerate all camera configuration of each camera, just the unique camera names. That means...

---

<div class="post-metadata">

### Author: ![crashnorun](https://avatars.discourse-cdn.com/v4/letter/c/e47c2d/32.png) [@crashnorun](https://discourse.processing.org/u/crashnorun)
#### Post date: [March 20, 2023, 9:00pm UTC](https://discourse.processing.org/t/capture-list-with-video-library-2-0-does-not-enumerate-all-camera-configuration-of-each-camera-just-the-unique-camera-names/27786/3 "2023-03-20T21:00:24Z")

</div>

Any update on this?  
Thanks
