Page 1 of 1

Device list?

Posted: 21 Aug 2006 03:29
by gafferuk
Im using the following code to access my webcamera:

Code: Select all

this.axVLCPlugin1.addTarget("dshow://",null,AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo,-666); axVLCPlugin1.play();
but what if i have more than 1 device,how can select another device/ get list of devices?

Thanks for your time. Paul.

Posted: 05 Sep 2006 15:10
by Quovodis
you can't get a list of device but can definetely select ond through the dshow-vdev/dshow-adev options, look through the forum for examples