WebCamLib Problem
-
How can i use avicap32.dll. in example i found some one user WebCamLib....may i know how can i user it? what reference?
using WebCamLib;
how can i add WebCamLib to my reference?
A S E L A
Have you tried searching the web, or reading articles on this site ?
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
Have you tried searching the web, or reading articles on this site ?
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
yes, and i found
object selectUsingUI = System.Reflection.Missing.Value; // = Nothing
wiaRoot = (ItemClass) wiaManager.Create( ref selectUsingUI ); // let user select device
if( wiaRoot == null ) // nothing to do
return;// this call shows the common WIA dialog to let the user select a picture: wiaPics = wiaRoot.GetItemsFromUI( WiaFlag.SingleImage, WiaIntent.ImageTypeColor ) as CollectionClass;
can please explane what happen by this code..... i can access the webcam. i want to show output in a picturebox now. later capture image.
A S E L A
-
How can i use avicap32.dll. in example i found some one user WebCamLib....may i know how can i user it? what reference?
using WebCamLib;
how can i add WebCamLib to my reference?
A S E L A
-
How can i use avicap32.dll. in example i found some one user WebCamLib....may i know how can i user it? what reference?
using WebCamLib;
how can i add WebCamLib to my reference?
A S E L A
This article[^] will help