Device list?
Posted: 21 Aug 2006 03:29
Im using the following code to access my webcamera:
but what if i have more than 1 device,how can select another device/ get list of devices?
Thanks for your time. Paul.
Code: Select all
this.axVLCPlugin1.addTarget("dshow://",null,AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo,-666);
axVLCPlugin1.play();
Thanks for your time. Paul.