On Wednesday 04 February 2009, [email protected] wrote: <snip description of attempting to stream from 2 cameras at once> > 4. After removing the first camera which was plugged in, I tried to start > the stream from the second one. The stream will not start. A message says > that > > Cannot identify 'dev/video0': 2. No such file or directory.
This line points to an error in your test method. You need to start the second stream with svv -d /dev/video1 to tell it to pick the second camera. Adam -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
