473,387 Members | 1,362 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Multimedia and ASP NET

Hello.

Please, where should I start
if I want to snap photos from the web camera connected via usb
and show them in my ASP NET web application ?

I found web cameras on the internet and there the situation is like this

string uri = "";

uri = "http://***.***.***.***/CameraImages/cam***.jpg";

// load a bitmap from a Web response stream

WebRequest req = WebRequest.Create(uri);

WebResponse resp = req.GetResponse();

Stream s = resp.GetResponseStream();

Bitmap bmp = new Bitmap(s);

But I want to use the usb and manually
from the web application
press the trigger to acquire the photo.

Thanks.

miso
Aug 17 '06 #1
1 1031
It seems you already have a grip around the ASP.NET-coding needed, so this
doesn't seem like an ASP.NET issue. Keep in mind that the user your web
application run as needs privileges enough to take pictures with the USB web
cam.

Try searching the web for code to take pictures with USB webcams.

Regards,
Nils Magnus

"Miso" <va****@spirit.skwrote in message
news:uu****************@TK2MSFTNGP02.phx.gbl...
Hello.

Please, where should I start
if I want to snap photos from the web camera connected via usb
and show them in my ASP NET web application ?

I found web cameras on the internet and there the situation is like this

string uri = "";

uri = "http://***.***.***.***/CameraImages/cam***.jpg";

// load a bitmap from a Web response stream

WebRequest req = WebRequest.Create(uri);

WebResponse resp = req.GetResponse();

Stream s = resp.GetResponseStream();

Bitmap bmp = new Bitmap(s);

But I want to use the usb and manually
from the web application
press the trigger to acquire the photo.

Thanks.

miso


Aug 17 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: stefanogaburri | last post by:
This is crossposted to comp.lang.python & comp.multimedia; if there is a better place to go please tell me :) I've been asked to build a quick-and-dirty prototype of a simple computer-based...
1
by: Vedran Furac | last post by:
Is there any modules dealing with multimedia (it needs to be portable between windows and linux). I didn't found anything useful. For audio I need something to play mp3s (and ogg), extract frames,...
6
by: Marek Franke | last post by:
Hi there, we have started with some people from our LUG (Linux User Group) a 'little' project, called LMMS (Linux Multimedia System). When it's 'finished' it shall be a window-manager for use on...
0
by: Eric Armour | last post by:
All, I am in the final part of a Masters' degree in Multimedia. My dissertation begins. "Why should we think that Computer Assisted Learning (CAL) using multimedia would be effective in...
0
by: avinash | last post by:
International Conference on Computational Intelligence and Multimedia Applications, August 16-18, 2005 University of Nevada, Las Vegas, USA (www.iccima.org) F I R S T C A L L F O R P...
0
by: Kim Jorgsensen | last post by:
I admit I am more familiar with Delphi programming including the latest Delphi8 for NET but I thought I would try my luck in VB .NET Beeing a non-professional self taught programmer I mostly...
1
by: Talal Itani | last post by:
Hello, I need to write a C# multimedia application, and I am not sure which tools I need. I have the C# compiler. The application is to write audio files to attached MP3 players, through MTP. ...
0
by: JP | last post by:
Hi: I want to add a *.wav file to my program so that when the operator makes a menu selection, the *.wav file automatically plays. I'm using a MDI form as my main form and the multimedia form...
8
by: jumi | last post by:
Produce an E-R diagram, which documents the entities, attributes, relationships and cardinality involved in the Life Insurance Management System. Create a relational schema to hold the necessary...
0
by: aradhanathawait | last post by:
Hi I m using microsoft multimedia control ver.6.0 in my windows application. I have used 3 buttons to play pause and stop a video. It is working .But I have 2 minor problems. 1) The position of...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.