Hi everyone.. finally i founded someone that is working on my problem..
unfortunely i'm not a good developer and i'm trying to solve my big trouble..
I need to create something "fun" for the kids in an hospitality centre.. they need to register themself (i created a small VB6 application with Ms Access) but we need also a picture of them. I can create a button that call an external exe (created with modern system ...) and this program create a fun picture (with png background, like Happy Birthday, Baloons..etc etc)
For this reason i'm trying to help this friend of mine with the creation of this simple software..
if anyone can help me, i will be appreciate very much.. it's for a good thing.
I downloaded the EDID software.. and i'm able to see webcam in the form, but i cannot customize the effects..
i attached here with the post the picture of my "desire"..
thank you very much everybody!
I'd post that question in the MainForum since its not really to do with the webcam feed.
As for the re-write I'm working on, I'm likly going to drop it. The recording of video is effectivly useless without compression (1 sec = 1Meg). The support for adjusting FPS is not very good.
Suppose I could re-write it using DirectShow but documentation is limited to C++
hi pino i have used your code the WebCamVewer and i have a problem... it starts me camera but all i see is black, even the snapshots are black! i dont know what to do, pls help..
hi pino i have used your code the WebCamVewer and i have a problem... it starts me camera but all i see is black, even the snapshots are black! i dont know what to do, pls help..
if i understand well you are asking me if another application is using the camera the same time... there is no other app that uses the webcam that time
I found the code very very usefull. However I have almost the same problem as the other guys, my ViewFinder is black, BUT the capture works fine. I'm using the built in camera of an HP pavilion dv2000 (Manufacturer: Microsoft)
Any idea??
I want to make a note regarding "motion detection".
Comparing 2 images pixel by pixel will not guarantee to detect a motion. Also changing light etc will cause a detection. Its better to divide the image in several areas. In each area the avarage is taken. Then the ratios between the areas can be used as detection. Averaging of several areas can be time consuming. However certain algoritms like "integral image" can be used and are fast.
thank you for the input. I didn't think to go about it in such a way but the more i think about it the more that makes sense. I've already started working on it. Thanks
Do everyone know a possible way to catch de button press event form the button of my webcam? My app should recognize when someone presses the button of my webcam.
I'm happy about every information that solves my problem
Do everyone know a possible way to catch de button press event form the button of my webcam? My app should recognize when someone presses the button of my webcam.
I'm happy about every information that solves my problem
Using the method above, i dont think is possible. You will need to interact directly with the camera and to do that you will need to use the driver provided.
I would like to know, do I need one class for each web cam. for example i want to put this on a passworded website, but i need the ability for 6 web cams. Is this possible with the code on here ?
I have been experimenting with this and find there is a significant problem. The technique used to capture frames from the camera video is actually capturing the current displayed screen image. As such, it captures whatever is displayed on the screen, which includes any other windows that might be on top of the one with the camera image.
It seemed like a great idea until I started working on motion detection and started seeing unexpected motion when other windows were active.
It would seem that the only reliable way to capture an image from the camera might be sending the WM_CAP_EDIT_COPY message after all...
Hello everyone.
I have downloaded & compiled ICam and have it working on my local machine. Now I am needing to be able to broadcast the video to a website. Can anyone help me in accomplishing this. Also, will this handle audio also?
Hello everyone.
I have downloaded & compiled ICam and have it working on my local machine. Now I am needing to be able to broadcast the video to a website. Can anyone help me in accomplishing this. Also, will this handle audio also?
search for http file streaming ;0) dont know how to stream audio but pictures should be pretty straight forward
and does this control support multiple cameras ?
Last edited by illskills; Mar 2nd, 2010 at 10:07 PM.
I wrote some motion detection code to catch the dog dumping in my front garden
Attached is the source project for this.
Run it. Click button 1 to start camera.
The slider adjusts the sensitivity of the motion detection.
The SecurityCam::GetMotion method is responsible for detecting motion.
This can be coded to look for specific colors.
ie. I set it up so it only detected white moving objects, as I knew the dog was whitish and not blue
thx for the code Pino.....it was a great help for me
btw... I have one problem here.... which is why after I have complied the code...
the webcam image that I have capture is not at the center meaning I was in front of the webcam already.. and the webcam image should have shown an image of myself in the center rite, but the result is the image of myself is on the right hand side only.........