473,396 Members | 1,929 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,396 software developers and data experts.

Webcam Streaming

How can I stream the video input from a webcam in a ASP.NET webpage. It's
done by using the "form.handle" in windows.forms. But ASP.NET does not have
that option. Any help would be appreciated.
Mar 26 '06 #1
2 5564
Windows forms and webforms behave differently. Web forms are not
contonuously connected to the web server, they request somethign and its
sent, then they request something else. So, you probably have to stream
your image to a file, and let the web server worry about streaming it using
a streaming server like that found in some windows versions, or create a
series of images that the client browser refreshes on, overwriting the image
each few seconds.
--
Regards

John Timney
Microsoft MVP

"duzinga" <du*****@discussions.microsoft.com> wrote in message
news:1E**********************************@microsof t.com...
How can I stream the video input from a webcam in a ASP.NET webpage. It's
done by using the "form.handle" in windows.forms. But ASP.NET does not
have
that option. Any help would be appreciated.

Mar 27 '06 #2
I have tried using
wiaVideo.TakePicture(out jpgFile);
Image1.ImageUrl = jpgFile;

however it does not show up anything. Using this on a windows form
application worked just fine though. What do you think is the problem? Also I
need to have minimum 15fps do you think that's possible?

Thank you

"John Timney ( MVP )" wrote:
Windows forms and webforms behave differently. Web forms are not
contonuously connected to the web server, they request somethign and its
sent, then they request something else. So, you probably have to stream
your image to a file, and let the web server worry about streaming it using
a streaming server like that found in some windows versions, or create a
series of images that the client browser refreshes on, overwriting the image
each few seconds.
--
Regards

John Timney
Microsoft MVP

"duzinga" <du*****@discussions.microsoft.com> wrote in message
news:1E**********************************@microsof t.com...
How can I stream the video input from a webcam in a ASP.NET webpage. It's
done by using the "form.handle" in windows.forms. But ASP.NET does not
have
that option. Any help would be appreciated.


Mar 28 '06 #3

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

Similar topics

1
by: Kelowna | last post by:
Yes... Its a server os... i kno! i hav xp yea but tis system is for screwing with.. Im sure theres alot of ppl here tat kno tis stuff inside-out! im doing this for educational purposes so dont give...
0
by: Elp | last post by:
Hi, We have developped an client application in C#. Among other things, this application should display in 4 different windows (or 4 different panels in the same window), 4 webcam streams (web...
3
by: Jay Douglas | last post by:
Hello all, Please provide any advice on a venture that is pretty foreign to me: I'm going to have a webcam at a remote location that is capturing live images of a construction site. This webcam...
2
by: Islamegy® | last post by:
Hiiiiiii I'm working on a client server application which work like messnger.. I was able to capture the camera with no problem but now i want my my program to listen to incoming connection and...
1
by: Ray Schumacher | last post by:
The class seems to work pretty well - very basic and fast, it just serves images from the specified port and camera device (USB cam). I added an ImageServer class and some code to __main__ class...
3
by: DillonCzerny | last post by:
Hello Many times I see a lot of people post webcam videos on google video or youtube. I wonder how do they record it from those people’s webcam? I have a fake webcam and I want to record some...
0
by: Bubbs | last post by:
Hi, I want to create an application in C#, that streams a webcam across the internet and a user can view his stream live on his login page of my website. Also I want to have the ability to record...
13
by: Berco Beute | last post by:
I've been trying to access my webcam using Python, but I failed miserably. The camera works fine under Ubuntu (using camora and skype), but I am unable to get WebCamSpy or libfg to access my...
0
by: yogiam | last post by:
I have a server listening for connections. Client connects and both start streaming webcam images. This works fine as long as there is only one client connected(running as a Thread). When another...
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: 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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.