From: sowji on 9 Jul 2007 05:40 Is there any sample LabVIEW Program for capturing image or recording video from USB webcamera using WIN32 API's from avicap32.dll without need of having IMAQ Vision? Thanks in advance for your help.
From: Coal Man on 10 Jul 2007 12:10 Sowji, Though there is no direct example for using that particular dll, there are many examples that can be found by using the LabVIEW help, especially using the help >> Find Examples... and searching for DLL. Even using the help and searching for call library function node will return many useful articles on using the call library function node. Also, there are more articles on ni.com. A search on our website for "external dll" or "using dlls" returned a couple of interesting articles that you may want to peruse. <a href="http://digital.ni.com/public.nsf/allkb/A6705FEC7EA42300862567B70054206E?OpenDocument" target="_blank">External Code for LabVIEW - CIN / DLL - Starting Point</a> <a href="http://digital.ni.com/manuals.nsf/websearch/4f1447f7cd83d6d88625690d00637ced" target="_blank">Using External Code in LabVIEW</a> Also, a search on Google returned a page describing some of the functions of the avicap32.dll that will be useful. <a href="http://www.codeproject.com/audio/avicapwrp.asp" target="_blank">CAviCap and CFrameGrabber - wrappers for AVICap Window</a> I hope this is usefull. I think that after looking through these resources, you should have a good base to use this DLL with LabVIEW. Have a great day.
|
Pages: 1 Prev: DSC: Getting Periodic I/O Server to work Next: General Error Handler enumeration error |