![]() |
|
[HELP]WebCam capture - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: [HELP]WebCam capture (/Thread-HELP-WebCam-capture) |
[HELP]WebCam capture - Vista1337 - 12-03-2010 Ok, I am currently developing program with my friend... We are stuck at WebCam capturing. :/ Can anyone help? We need code that will capture pic from webcam and store it in a System.Drawing.Imaging.ImageFormat.Bmp, we know how to do the saving and stuff... Thank you in advanced! Regards, Vista1337 RE: [HELP]WebCam capture - 1234hotmaster - 12-03-2010 wait for coder and you need to wait for a while... this is hard! X_X RE: [HELP]WebCam capture - Coder-san - 12-03-2010 WIA (Windows Image Acquisition) WebCam Sample Project - VBForums This should be helpful. Reference the mentioned dll and use the code with explanation. RE: [HELP]WebCam capture - 1234hotmaster - 12-03-2010 yea this should do it nice sage
RE: [HELP]WebCam capture - Vista1337 - 12-03-2010 kk, thanks! Will try and post if it worked
|