Click here to Skip to main content
15,886,724 members

Comments by Satheesh1546 (Top 21 by date)

Satheesh1546 29-Dec-13 4:43am View    
Thank you ! How to assign a value to the location where lpvBuffer points with out changing the parameter to DWORD ?
Satheesh1546 23-Jun-12 1:51am View    
char message[20] = "test";
for(int i=0; i< strlen(message); i++)
message[i+1] = message[i];
message[0] = 'a';
Satheesh1546 19-Jan-12 22:08pm View    
Copy the dll to the current directory and try again..
Satheesh1546 18-Jan-12 6:57am View    
Since, most of the Webcam's use Microsoft WDM driver. So i think connecting to two camera's simultaneously is not possible with VFW. Better to use DirectX.
Satheesh1546 18-Jan-12 2:43am View    
Are you using the same driver for both webcams?