webcam

Close webcam usage via actionscript

Hello. Is there way, how to close webcam connection in actionscript. I am opening stream through Camera.getCamera(). Problem is, that after freeing webcam instance (i tried many ways) LIGHT on webcam is still beam (tried on macbook pro). ...

Flash camera access without security question

Is it possible to access a machines web camera with Flash without needing the users permission? The project I plan on using Flash in will not be web based and run in a standard flash projector or in a swfStudio projector. ...

Take picture using webcam from command line

I have a Logitech webcam (QuickCam Pro for Notebooks), and I'd like to take a snapshot using the cam from a command line. Does it have any command line interface? If not, is there an API that will allow me to build a command line tool like this? Thanks! ...

How to create local broadcast of webcam feed

An application I am using can embed a streamed video from a URL. So I would like to use my webcam feed by broadcasting to http://localhost%3APORT On Windows I think Windows Media Encoder will do this. But is there a more lightweight solution? Right now I am just looking at Windows but am also interested in Linux. ...

How to minimize form from a click on a webbrowser control.

I've got a winform with a webbrowser control. The URL is a web page containing a java applet showing my web cam. What I'd like to do is minimize the form when I click anywhere in the region of the webbrowser control / webcam image. I tried messing around with transparent buttons but could not get anything to work. Since there is no OnCli...

I need to develop a project involving hardware which should also work the same on Windows as well as Macs. Whats the way forward?

Whats the best approach (read painless) that I could take? Primarily, the application needs to record the webcam video + mic recording on the disk and compress the video using ffmpeg (or something similar). So there is hardware involved + running a separate process for encoding. I was seriously considering Adobe AIR - but I read on the...

java:web cam application

i am looking to do devlop the floowing application. how to go abt it? Scan the system for installed webcams and their supported video modes. Let the user select a cam and a video mode. Displays a video of the camera. Starts a frame grabber/processor, it doesn't have to do nothing for now. I want to have the possibility to elaborate fra...

Delphi 2007 and Logitech Webcam Driver

A while ago I had this issue with Delphi 2007 unable to run and debug apps while the logitech webcam driver runs. Apparently the Logitech Driver inserts a stub into every process running, thereby messing up the debugger's offset. It's been a year and a bit - is this still an issue? Has Logitech cleaned up their act or do I have to dump...

applet to record sound and video

Where can I find a ready made applet that will record audio-video from a microphone and a webcam and the upload it to my server? Is there a tutorial or any such ready to use applet? ...

c# webcam controls?

please help me as fast as you can I am looking to put a camera on top of a my lab in the process of being built and stream it to a website. how can i be doing this with only c# ? how to get stream of video & send it live on server PC from there he can take instant photos? please help me urgently... ...

How to find if system has attached webcam

Hi all, I want to know if the system has a attached webcam. How should i proceed? I want to do it with java language. ...

Flash object captures webcam picture then streams to asp.net page

i found a couple of samples, but they seem to be fixed only to PHP. Do you guys know any sample that points to an ASP.Net? ...

How do I record video from a webcam in MATLAB?

I would like to know how I can record a video in MATLAB with my webcam. ...

Adjust red5's SOSample quality level?

Is there any way to adjust the quality level at which RED5's SOSample records a webcam stream? I just installed it on a remote server, and it's recording in an awful quality. ...

How to show captured images in a sequence so it look like a video?

Hi, I am currently capturing diffrent images using java.... Now i want to show all these images in a sequence so that it should look like a video... How should i do this? I have been suugested that I need to use JMF.But i dnt have any idea about JMF....Can anybody help me? ...

How to programatically disable the auto-focus of a webcam.

I am trying to do computer vision using a webcam (the model is Hercules Dualpix). I know it is not the ideal camera to use, but I have no choice here. The probleme is the auto-focus makes it hard/impossible to calibrate the camera. Anyone knows a way to disable the auto-focus feature. Or, if someone has an idea to deal with it and calibr...

Streaming a webcam from Silverlight 4 (Beta)

The new webcam stuff in Silverlight 4 is darned cool. By exposing it as a brush, it allows scenarios that are way beyond anything that Flash has. At the same time, accessing the webcam locally seems like it's only half the story. Nobody buys a webcam so they can take pictures of themselves and make funny faces out of them. They buy a...

webcam calling in xna

hi i am new in xna i want to use my webcam and make webcam image as a background texture for 3D models is there a function that calls webcam thanks for suggestions ...

capture image from web cam

Hello friend, I am using jmf to capture image from web cam. I have attached webcam and it is working with fine. I am using following code to capture image from webcam: -- import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JPEGEncodeParam; import com.sun.image.codec.jpeg.JPEGImageEncoder; import j...

Detect WebCam device using with java

Hello friends, I am using JMF to operate my web cam.My usb webcam works perfectly with JMF, I used it in JMStudio however,when I make this call from my java code deviceListVector = CaptureDeviceManager.getDeviceList( null ); my "audio capture device" is detected however, my usb webcam at vfw://0 is not detected. To clarify, the audio...