webcam

How to capture image from client webcam in asp.net

I am working on an ASP.Net application and I want users to be able to take a picture with their local webcam and then upload it to the server. I can, of course, rely on users doing this manually via their locally installed software, save the image as a file and do a normal file upload. However, what I really want to do is incorporate it ...

How can I stream webcam video with C#?

I want to make a simple server application where people can connect using a browser-based client (which I will make later) to watch streaming video. And I want to use C#. What do I need to capture video or rapid images through a webcam and send them over the network? ...

Which is the best API/Library to use when accessing a WebCam in .Net?

Which is the best API to use when accessing a WebCam in .Net? (I know they can be webcam specific, I am willing to buy a new webcam if it means better results). I want to write a desktop application that will take video from a webcam and store it in MPEG4 formats (DivX, Xvid, etc...). I would also like to access bitmap stills from the...

iGoogle widget for webcam?

Does anyone know how I can best stream a webcam through an iGoogle widget? My ideal is to actually be able to stream locally--that is, get a widget that allows me to display my computer's webcam. Is this possible? (No, I'm not that vain. I'm using a webcam as a Security Camera, and I'd like to be able to view it, streaming, on my iGoo...

where can i find Java JMF tutorial

I'd like to know about basic classes for playing video from webcam I'd also like to play with video buffers pixels where can i find a Java JMF tutorial that will help me achieve that? ...

How to stream Webcam in WPF?

Can I stream a live video in WPF application from my web cam? If yes, then How? ...

Sony SNC-CS11 webcam help needed

I have a Sony SNCCS11 webcam that I am trying to view the video stream for on my web page. I was able to use the applet that the camera itself uses for a simple view, but I can't find any documentation on the java applet itself to determine what parameters are valid (for actions such as changing the background color). Has anyone worked ...

.NET Options Stream Video Files as WebCam Image

I am interested in developing an application that will allow me to build a list of videos from xml (containing video title, duration, etc) and play that list as my webcam stream. Meaning, if I were to visit ustream.tv, or activate my webcam on live messenger my video playlist would register as my active webcam. Does anybody have experie...

Camera output, while performing functions, SLOW converting from linux to windows (C++)

I know this is probably general, please bear with me! We've got a program that uses a web camera and, based on what the camera is seeing, runs certain functions. The program runs excellently on MacOS and Linux, and it compiles and it does run on Windows, but a couple of the functions, (including one that iterates pixel by pixel, 640x480...

How to read the security settings for webcam/microphone in flex?

I'm working on a flex application which needs access to the microphone. By default, the security preferences show up when our application tries to access the mic, but we would like to know what the value of these settings are before the mic is actually being used for recording. This would enable us to display help to the user, for inst...

How to read input from a webcam in C++?

Hello, is it possible to read data from a generic webcam in C++ as you would from a stream object? Is there a common API or standard that works with all webcams? I'm talking about C++ in *nix environment. Thanks in advance. ...

How can I stream images from a webcam to my site using PHP?

I will be using PHP. I want to build a basic dating site so I think I need to learn how module by module or piece by piece until I have it completed. What I want to start with is the webcam part. How would I go about streaming a webcam to a website? How would I fetch a few screenshots of the webcam and post it on the site (storing i...

Python API to access webcam stream?

On college, I needed to create a virtual reality software, and used this Python API to access the stream from the webcam which I came to know through this tutorial. Found out, though, it needed a workaround to work properly. I remember the stream was a bit slow with resolutions higher than 320x240 but I guess it was a problem on the web...

Impossible to achieve a Zoom in/out with webcam using actionscript?

Hi I am guessing this is not possible based on the fact that my Google search did not yield anything! So asking the stackoverflow talent, is it possible for me to get webcams to zoom in and out providing the webcam has zoom capability? I am guessing no? This is for an image capture project that I am doing. Thanks all ...

Silverlight Webcam

Is it possible to access a webcam in Silverlight From what I've read it's not possible in Silverlight 1.0 but what about 2.0... 3.0 ... 4.0? ...

Streaming video from a live webcam

I building a .NET 2.0 web site for a client which requires a live video streaming feature. i.e. a subscriber of a the site can stream live recording of a an event using his webcam (from his browser) and the guests he has invited can see it in their browsers. I thought Silverlight 2 will bring in those feature but they are not avialble. ...

Flex or Silverlight

I have a dilemma which I seem to share with many others: Flex or Silverlight? What I would like to develop is a web video/audio chat that would be a Skype killer and conquer the world. On a serious note, I think the time for a ubiquitous video/audio service that can be run in a Web browser (read: zero installation) is just ripe. But what...

How to display webcam images captured with Emgu?

Hello, I'm currently working on a project that use Facial Recognition. I therefore need a way to display the webcam images to the user so he can adjust his face. I've been trying a lot of things to get images from the webcam using as less CPU as possible: VideoRendererElement WPFMediaKit DirectShow-Lib But none of them were fine......

Do all webcams use YUY2?

I've noticed that raw data from my webcam comes in the from of YUY2. Actually, this "raw data" is the input for an AVICAP callback, and I suppose that this is the actual data from the webcam. Anyway, do all the webcams use YUY2 format, or should I expect different formats as well? ...

Webcam driver settings?

I'm working on a C++ application that uses OpenCV/ffmpeg to capture video frames from my built-in webcam (Studio XPS 13). This application is really sensitive to those auto light adjustments that the webcam driver does.... is there any way I can change this behavior? Either via some webcam driver settings app, or in code (you may suggest...