webcam

How to display webcam on client side only?

I'd like to show a webcam inside a browser without any server interaction. Everything should happen client side with minimal plugins usage. This would replicate most default webcam software bundled with the cam itself. ...

How to do Simple video streaming with ffserver on windows?

I found a tutorial for configuring server here http://www.organicdesign.co.nz/Simple_video_streaming_with_ffserver but it is for linux... how to do such thing on windows? (with a real web cam) ...

How to do live streaming from WebCamera using ffserver on Windows?

How to do live streaming from WebCamera using ffserver on Windows? I have windows. FFserver installed on it. Web Camera attached to it. How to do streaming of that web camera using FFserver? ...

Opencv python and webcam

Hello, I'm working with OpenCV on a beagleboard with ubuntu and OpenCV 1.1 interfaced via Python. I'm trying to set something up to capture a feed from a UVC compatible webcam (logitech C250). I have tested the webcam with luvcview and it works but only if I set the input format to YUV. If I run it in 'normal' mode I am getting back j...

How can I detect when a program tries to connect to webcam in Windows?

I suspect some kind of global hook to capDriverConnect would do it, but I'm not sure. Thanks ...

OpenCV Blob Tracking with Webcam

Hi. I'm trying to use cvBlobslib to detect blobs in a realtime videostream. In fact im trying to build some kind of "multitouch" input device using a translucent surface and a webcam. I got blob detecting working on images, but I couldn't figure out how to use a videostream. ...

How to recording the video of webcam using the JMF?

I create java Media player and finished Video player, Audio Player, taking snapshot, etc., But i can only capture the video using webcam. I want to record the video in hard disk. What I have to do for that..? Thanks in Advance. ...

Online webcam chat on web page. Free server and easy-to-implement client?

I have a client requesting that his users can use their webcams to talk to each other on his web site. From what I've understood the main thing to use for this is Flash. However as I have not written flash I would like to have something really easy to implement. Of course preferrably free (or trial). The idea of this is that everything ...

Virtual Cam - Cam Split .NET

I'm looking for a virtual webcam driver to use in a .NET project, this project will be GPL, and have no idea how many installations there will be The idea is that the application is using the webcam without locking the device. Found a couple of programs that do the job, but either in application and/or too expensive: * http://www.softs...

Broadcast live video from web-cam via plug-in

Hello guys! Could you please suggest me what kind of software should I use to broadcast live video from webcam? Web-cam is connected via USB to my server. I want to broadcast video from my webcam on my web-page (HTML, ASP.NET - doesn't matter). I don't want to develop video broadcasting from the beginning - it takes a lot of time to impl...

Video Streaming

First I need to state that I am not the developer so I will state the issue in business terms but please respond with a technical solution as I will be passing on your posts to the developer. We are building a web based application in SilverLight and WPF that consists of communication between a customer service rep and a customer. The ap...

Webcam Integration with php

Hi, I need to integrate the Web cam to the application. I need to take the user profile picture using the web cam. How can i do that. any one can help me? Thanks in advance, ...

Why does Silverlight provides webcam and microphone support without any encoding API?

In the list of new features in Silverlight 4 you will find following: Webcam and microphone to allow sharing of video and audio for instance for chat or customer service applications. Silverlight captures an audio stream as raw pcm. So how would you realize for example audio/video chat or client/server audio recording application ...

Webcam capture and convert to avi

Im trying to make a program that captures a video from the webcam and sound from the microphone but im getting stuck at the part where ive try to make a movie out of still images ive heard you need to use directshow but it doesnt jet work for me Does someone know a good piece of example code that captures video and sound and can encod...

What is the best flash webcam recorder software to use for a website?

Hey, I want to imitate the webcam video record feature that yFrog has on it's site. I know I need a flash media server or a red5 one, but I want to know what flash app do they use and what is available on the net to record videos using the users webcam. Thanks ...

How can I obtain raw data from a CVImageBuffer object.

Hi, I'm trying to use cocoa to grab images from a webcam. I'm able to get the image in RGBA format using the QTKit and the didOutputVideoFrame delegate call, and converting the CVImageBuffer to a CIImage and then to a NSBitmapImageRep. I know my camera grabs natively in YUV, what I want is to get the YUV data directly from the CVImageBu...

Show camera inputs at different axes - MATLAB

I have 3 web cameras and 3 axes in MATLAB's GUI. How can I place webcaminput1 to axes1, webcaminput2 to axes2 and webcaminput3 to axes3 ? ...

C# web cam WM_CAP_CONNECT: Want to force a capture source when multiple capture sources present.

I am using WebCam_Capture code I found online to access through C# a web cam. On a computer with one video source it works like a charm! (Program starts up at start up, finds the webcam and it works). Though on a computer with many video sources (Say a web cam and then manycam running on top of that), the program starts and queries the...

OpenCV : How to display webcam capture in windows form application?

generally we display webcam or video motion in opencv windows with : CvCapture* capture = cvCreateCameraCapture(0); cvNamedWindow( "title", CV_WINDOW_AUTOSIZE ); cvMoveWindow("title",x,y); while(1) { frame = cvQueryFrame( capture ); if( !frame ) { break; } cvShowImage( "title", frame ...

Flash Media Live Encoder

I am using Adobe Flash Media Live Encoder to stream live video to a video streaming server. The webcam is in our office pointed out the window. Thankfully, Flash Media Live Encoder has a checkbox to un-include audio. I am wondering how I can push a recorded message to the audio ( or music ). Is there any way I can play a recording an...