When I start VLC from cmd how is it possible to select a camera for a DirectShow source by index (for example I have camera "A" and camera "B" so I would say 0 for "A" and 1 for "B")?

I do not know the device name, and I do not know the camera name - only it's index (0, 1...).

link|improve this question

0% accept rate
feedback

migrated from stackoverflow.com May 31 '10 at 16:54

This question came from our site for professional and enthusiast programmers.

1 Answer

The only thing I can think of is to write or use some external application that can do the enumeration and mapping for you, then pass in the device name. Or you could put in a feature request for it...

You can select the pin number (capture device tab, advanced options)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.