There is a June 2003 post in SourceCode forum from Herman Kieskamp titled "Webcam throught video for Windows". It is his modified version of code from Robert Valois
There is some mangled code in Sub initcapture, third line from end
I replaced the mangled text with "SIZEOF" and it compiles.
Replacing it with "LEN" also compiles
Does anyone know which is right?
===
Elias Montoya tried it in June of 2003 and said it was "beautiful" and "a work or art"
The buttons work more or less as it seems they should, but I cannot get it to hook up to my camera. All I get is a black screen.
Microsoft LifeCam NX-3000, works fine with included software.
Since Elyas got it to work I assume it does, IF one knows how to find the address of their camera and where to insert it in the code.
The camera shows up in my Explorer folder list as the "D:" drive. Replacing what appears to be the existing camera address in the program with this does not help.
If anyone has some pointers I would appreciate hearing them.
===
PBWin9, WXP, Athelon 3200+, 500MB, lots of empty drive space
There is some mangled code in Sub initcapture, third line from end
Code:
sendmessage glwndch, %wm_cap_get_status,ðïC(capstatus), varptr(capst) ----------------------------------------^^^^--------------------------
Replacing it with "LEN" also compiles
Does anyone know which is right?
===
Elias Montoya tried it in June of 2003 and said it was "beautiful" and "a work or art"
The buttons work more or less as it seems they should, but I cannot get it to hook up to my camera. All I get is a black screen.
Microsoft LifeCam NX-3000, works fine with included software.
Since Elyas got it to work I assume it does, IF one knows how to find the address of their camera and where to insert it in the code.
The camera shows up in my Explorer folder list as the "D:" drive. Replacing what appears to be the existing camera address in the program with this does not help.
If anyone has some pointers I would appreciate hearing them.
===
PBWin9, WXP, Athelon 3200+, 500MB, lots of empty drive space
Comment