Marce22
02-14-2005, 01:36 PM
I am going completely crazy with this: is there any way possible to save the current webcam image to a picturebox (so I can then do savepicture picture1.picture, "c:\cam.bmp") without having to use the clipboard?!
Save Webcam Image without using ClipboardMarce22 02-14-2005, 01:36 PM I am going completely crazy with this: is there any way possible to save the current webcam image to a picturebox (so I can then do savepicture picture1.picture, "c:\cam.bmp") without having to use the clipboard?! namrekka 02-16-2005, 08:08 AM What has been done already then? No_Comment 03-11-2005, 09:53 PM i've got the same problem. all webcamprogrames uses the clipboard. how to send the picture to the box without clipboard? namrekka 03-12-2005, 05:13 AM Do you want to build your own capture program? No_Comment 03-12-2005, 10:29 AM yeah i wanna make a streaming capture program. i now use VideoOCX. i think that1 isnt using the clipboard. but is VideoOCX a fast way or could it be done faster? namrekka 03-14-2005, 01:41 AM Well you can use AviCap.dll. Then you have some options to save: Avi file, Bitmap (oneshot) or you can handle the video-buffer as an array of pixels. Its not easy. You must understand API's and callbacks. If you do a google with "avicap.dll vb" you will find some hits (some very good Germans, VB=VB). I have some code for video-buffers but is complex and not well explained. If you understand the examples there and you want to go on let me know. Success. No_Comment 03-16-2005, 08:45 AM is there a way to encrypt a picturebox (or something) very fast to text and send it with winsock to create a streaming connection? |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum