|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WebCAM SupportI love playing with my WebCAM in VB6.
Please give me links to places where I can find sample code or just snippets to get started. I want to use this on Win7 and XP. Would this be this DirectX or better? I want to capture a movie and snapshots. I have some code running on XP but I am trying to locate more up to date coding techniques. Terminology and clues would be helpful if no startup code is available. My goal is to write a VB6 app that will take a snapshot every so many seconds and write a file up to N snapshots then overwrite in a big loop. Sort of like a hour long (or whatever) capture over the last past hour (or whatever). I need the distraction now 'cause i have so many other problems that cannot be resolved and I don't care much for TV. Security Camera v1.0 (Final Build)
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=65462&lngWId=1 Nobody brought next idea :
> Security Camera v1.0 (Final Build) I saw that before.> http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=65462&lngWId=1 It uses the SendMessage to work with the camera. I thought this was old tech. It also screws up the clipboard while running since it uses it to put and get images while wiping out everything else the user might have expected to be on the clipboard. "BeeJ" <nospam@live.com> wrote in message
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=65462&lngWId=1
news:i4mlka$ddd$1@speranza.aioe.org... : Nobody brought next idea : : > Security Camera v1.0 (Final Build) : > : SendMessage is not old tech. It's core Windows.: I saw that before. : It uses the SendMessage to work with the camera. : I thought this was old tech. : It also screws up the clipboard while running since it uses it to put : and get images while wiping out everything else the user might have : expected to be on the clipboard. As far as the image thing, the challenge is to find other ways to handle them, outside of the clipboard. Which is possible. Think outside the box. "BeeJ" <nospam@nowhere.com> wrote in message Off topic:news:i4kota$ack$1@speranza.aioe.org... > I need the distraction now 'cause i have so many other problems that > cannot be resolved and I don't care much for TV. http://www.shockwave.com/online/special/daily-play.jsp On 20/08/2010 03:22, BeeJ wrote:
Show quoteHide quote > I love playing with my WebCAM in VB6. There is the old VfW method (http://www.shrinkwrapvb.com) which was > Please give me links to places where I can find sample code or just > snippets to get started. I want to use this on Win7 and XP. > Would this be this DirectX or better? > I want to capture a movie and snapshots. > I have some code running on XP but I am trying to locate more up to date > coding techniques. > Terminology and clues would be helpful if no startup code is available. > My goal is to write a VB6 app that will take a snapshot every so many > seconds and write a file up to N snapshots then overwrite in a big loop. > Sort of like a hour long (or whatever) capture over the last past hour > (or whatever). > I need the distraction now 'cause i have so many other problems that > cannot be resolved and I don't care much for TV. supersceded many years ago by WDM and DirectShow which is VERY difficult to use in VB6 without much detailed experience with COM. We however use a C++ DLL which then exposes the image data as a nomrla COM interface for VB. <plug> We sell an app that will do the timelapse for you with WDM capable sources if you're interested, see the product mentioned in my signature. </plug> -- Dee Earley (dee.ear***@icode.co.uk) i-Catcher Development Team iCode Systems (Replies direct to my email address will be ignored. Please reply to the group.)
Can we use Shell to write file properties
VB6 support and beyond How to manage a large dictionary of words? Re: How to get the File Properties Latest VB6 Cumulative Update? GDI+ and resizing a PictureBox Callback function Managing Remote Access Database Flash 10 Control Problem with VB6 Best Approach (psuedocode) for summing structure element values |
|||||||||||||||||||||||