home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 1897
Discussions: 188,398, Posts: 2,243,591, Members: 232,627
Old July 13th, 2004, 06:26 AM   Digg it!   #1 (permalink)
Junior Member
 
Join Date: Jul 2004
Posts: 3
Web Cam Interaction

Hi,

I am currently in the process of doing a project, within my project I want my web page to interact with a web cam. In other words I want my website to access a webcam, so that a user can see what the webcam is seeing via the site. I would be very grateful if someone could give me a bit of an idea on how to make a webpage interact with a web cam.

Thanks

dr_alinaeem is offline   Reply With Quote
Old July 24th, 2004, 12:55 AM     #2 (permalink)
Real gangstas sip on Yacc
 
jkrohn's Avatar
 
Join Date: Oct 2001
Location: Suckas-ville
Posts: 4,549
Send a message via ICQ to jkrohn Send a message via AIM to jkrohn Send a message via Yahoo to jkrohn
Well there are lots of ways. First and foremost, what system is this on. IF it is linux I can give you a variety of nifty solutions.

Jkrohn
__________________
Signatures blow hard
If your signature contains an ad of any kind, congratulations, you're on my ignore list.

jkrohn is offline   Reply With Quote
Old July 24th, 2004, 03:03 AM     #3 (permalink)
Member
 
noseBleeD's Avatar
 
Join Date: Jun 2004
Location: usa
Posts: 250
If it's windows, I can help you also
(vb6)

noseBleeD is offline   Reply With Quote
Old July 24th, 2004, 04:58 AM     #4 (permalink)
Senior Member
 
BeatYouWithShoe's Avatar
 
Join Date: Jul 2004
Location: Georgetown, TX
Posts: 671
Send a message via AIM to BeatYouWithShoe
You just a basic page that display the image the cam is seeing? Or by interaction do you mean some crazy system you click "Right" and the webcam moves right. haha, that would be cool.
BeatYouWithShoe is offline   Reply With Quote
Old July 25th, 2004, 03:32 AM     #5 (permalink)
Member
 
noseBleeD's Avatar
 
Join Date: Jun 2004
Location: usa
Posts: 250
Anyway, for those interested in a vb6 project, I've finally found my zip disk with some older code written in part by myself that:
1. Displays webcam video
2. Creates Snapshots into jpg format (with help of dll named picformat32.dll)
3. Uploads the Snapshot to your server (website), either automatically or manually.

Server, Username, Password variables need to be filled in to match your own.

This is just a newb starter project that I'm offering at geocities/vbprograms123 called WebCam Capture And Upload Client, and zipped as capture.zip

You may need to "Run" regsvr32 picFormat32.dll" command to register the control.
It's a good starting point for adding motion detection and sending the images caught to email server.

Noble
noseBleeD is offline   Reply With Quote
Old July 25th, 2004, 03:40 AM     #6 (permalink)
Ultimate Member
 
LeftCoast's Avatar
 
Join Date: Sep 2002
Location: Tampa
Posts: 1,902
Talk to the people of "VoyeurDorm" here in Tampa.

That's interactive.
__________________
Millions long for immortality who don't know what to do with themselves on a rainy Sunday afternoon.
Susan Ertz
LeftCoast is offline   Reply With Quote
Old July 25th, 2004, 05:42 AM     #7 (permalink)
Senior Member
 
BeatYouWithShoe's Avatar
 
Join Date: Jul 2004
Location: Georgetown, TX
Posts: 671
Send a message via AIM to BeatYouWithShoe
Beelte! We don't talk about such smut on these forums...
BeatYouWithShoe is offline   Reply With Quote
Old July 26th, 2004, 09:34 AM     #8 (permalink)
Junior Member
 
Join Date: Jul 2004
Posts: 3
Re: Web Cam Interaction

Thanks for ur replies,

The operating system is windows, and i need the basic page that displays the video image the cam is seeing.

Thanks
dr_alinaeem is offline   Reply With Quote
Old August 2nd, 2004, 02:03 PM     #9 (permalink)
Member
 
noseBleeD's Avatar
 
Join Date: Jun 2004
Location: usa
Posts: 250
dr???
Do you want html???
I've followed the 2 posts from you and still can't pin down what you "really" want.

Your web site needs to" interact" with the webcam.
"basic page that displays the video image the cam is seeing", is not really the same thing.

I don't know how to create a remote server app to handle the client app. which your first post seems to indicate in your request. I do have a vb project that is an example of a client uploading to server, the webcam images.

The server just receives the image file as an ftp request is handled. The web page simply should have a refresh script edited in with an <img> tag pointing to the relative address of the image file that was just uploaded to your server.

So I ask, do you want client-side app that displays the webcam image and then uploads the image at specified interval to your website which contains a page that displays that image using something like <img src="webcam.jpg">, with a refresh jscrip or vbscript inserted?

Or do you want a client-server app that displays live streaming and allows a user to control the webcam from their own machine, or from the library, or anywhere your site can be logged onto, or pan around like beatwithshoe asks, or talk like leftcoast asks?

Or do you want , in a specific programming language required by your project to be able to just "capture" your webcam device, and by page you mean window?

You can't just use a web page to capture your webcam without a client app to send the image(s) from your webcam to your website that has the web page that contains the code that displays the image that the client has sent, that anybody who visits will be able to "interact" with.

In other words, unless you can formulate exactly what you want, you probably won't get a response you "really" need.
noseBleeD is offline   Reply With Quote
Old August 6th, 2004, 12:00 PM     #10 (permalink)
Member
 
Join Date: Oct 2003
Posts: 45
If it's just simple as you said just a web cam on basic website. why don't you Create tidy link on your webpage, link this to uploaded video files on your server. When the visitor clicks on the links then it will open up with the video on it. You could develop this further with more space- upload different angels of the object use different graphics represent the links and then "link" them to video files on the server.

this the most basic and paharps crudest way to do it- very little know how but a lot of server space
jomoal99 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Cams ?? Chilean Red General Tech Discussion 9 December 12th, 2003 10:26 PM
Fire Walls and Routers UrbanPoet General Tech Discussion 10 December 7th, 2003 10:07 PM
AVI Recorder NeoStarO1 Multimedia and Audio 5 June 9th, 2002 11:52 PM
Logitec Webcam Express Freezes!! ++Whiz++ Technical Support 3 April 25th, 2002 11:41 AM
Computer to monitor children mad1 IMO Community 8 February 18th, 2002 12:44 PM

Most Active Discussions
Is It Just Me? (2904)
Unarmed man on his stomach shot by .. (6)
3-days in and no threads about Gaza (161)
New Build ( Finally ) (6)
CPU wont boot (7)
Building a gaming computer advice (5)
I think I just killed my computer w.. (24)
Folderchat Weekday thread (444)
Upgrading RAM (6)
Recent Discussions
Left 4 Dead Small Freezes (3)
RCA 52Inch HDTV wont turn on (4)
wishin i could edit my aol prof.. (0)
For cheap price and good qualit.. (0)
Sporadic internet connectivity (2)
Assassins Creed PC Problems (40)
I think my PSU is dieing (1)
building a gaming computer, inp.. (0)
Iming and surfing slowed down (3)
Blackberry Storm, Gears of War .. (1)
Core 2 Quad Q9550 system (3)
COWBOOM Ripoff! Used Laptop w/$.. (4)


All times are GMT -4. The time now is 03:18 AM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28