473,386 Members | 2,050 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,386 software developers and data experts.

Multimedia and dotnet

Hello.

Please, where should I start
if I want to snap photos from the web camera connected via usb
and show them in my .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 .NET web application
press the trigger to acquire the photo.

Thanks.

miso
Aug 17 '06 #1
0 893

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...
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...
1
by: Jarod | last post by:
Hello Is it possible to play mp3 file by some control in VB.Net ? I never do that so I am curious if there is a way ? Jarod
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.