Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 18th, 2009, 01:18 AM
Registered User
 
Join Date: May 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question can i Use webcam for capturing image in classic asp

Hi experts

I want to use webcam , and capturing image from it in classic asp , can it possible , if yes then how , plz help me.
 
Old May 18th, 2009, 03:26 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

Assuming you mean that the webcam is hooked up to the CLIENT machine, then ASP would have NOTHING TO DO with this.

ASP is on the server. The ASP code is maybe running in a huge datacenter in Sandusky, Ohio, USA.

The webcam is in Sao Paolo, Brazil.

How can the ASP code possibly interact with the webcam? Answer: It can't.

The webcam captures images or video and you *could* send the image/videio from the browser to the web server. And then the ASP code *could* perhaps save the image/video on the server. But more than likely this is not at all what you want. More than likely you want a direct connection between two clients, and so ASP would not be involved in any way.





Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in capturing webcam image harini19 Java Basics 1 January 5th, 2018 05:47 AM
Loop problem in capturing image using webcam labby BOOK: Professional Web Parts and Custom Controls ASP.NET ISBN: 0-7645-7860-X 0 January 5th, 2007 09:13 PM
Capturing web camera image directly harini19 Java Basics 0 February 23rd, 2006 08:01 AM
webcam in asp.net saudyonline Classic ASP Basics 0 July 26th, 2005 11:52 AM
saving image from webcam kvanchi General .NET 0 April 8th, 2005 01:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.