webcam

cards image processing

Hi, I want to build a program that can recognize typical playing cards. is there an algorithm that can process an image from webcam and to determine the card type? if there is not- are there more simple algorithms that can be combined for this purpose? thanks ...

PS3 eye alternative and make it less expensive-for Image Processing Project

I am going to use CCV for my image processing project. The input device for that project is PS3 eye web camera and its pretty expensive according to our project budget and also we are looking to create less expensive product to increase its value of creation. So can you guys tell me that there are another way for our project to make less...

Configuring DSVL to show camera images from Logitech9000 webcam

I am trying to view camera feed from a Logitech9000 camera using DSVL(DirectShow Video Library) http://sourceforge.net/projects/dsvideolib/. The xml file currently looks as below: <?xml version="1.0" encoding="UTF-8"?> <dsvl_input xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Documents and Setti...

.NET webcam video capture to file

I'm looking for a solution to record video from webcam in .NET. Currently, I'm using VideoLab components (http://mitov.com/html/directshow_video_capture_in__n.html). It works, however it has some annoying bugs or incompatibility with my device. Moreover, it's a bit heavyweight for my simple task. All I need is recording to file from defa...

Simulating Screen capturing as a webcam?

Do we have a way to simulate a webcam driver, that will provide realtime captured screen (30 frames per sec) as it's output? ...

Augmented Reality via (common) Web Cam / iPhone / Android - Grid Detection? - Harry Potter 3D Example

I'm trying to figure out how to implement a basic augmented reality application that uses a piece of (real) paper to navigate (simple rotate, zoom) a virtual 3d or pseudo-3d space. The example implementation that comes to mind is the Harry Potter 3D Augmented Reality ad, where you can take a piece of paper, point it at your webcam (at ...

Automated Webcam Application / Hardware Problems

Hi, I am starting to develop an automated webcam application. The goal is to automatically take pictures, do some image processing and then upload the results to a FTP site. All of these tasks seem simple. However, I am having a hard time to find a decent camera. I don't want to use a simple webcam or hd-webcam because the image qualit...

Should I use Visual C++ 2010 Express or Visual Studio 2010 Ultimate? - from Visual C++ 2008

I'm starting a new project that'd involve using several SDK's including: Intel Atom Developer SDK text to speech SDK (Suggestions?) webcam and augmented reality support of some sort (Suggestions?) I currently have 2008, but I can also install 2010. Is there any reason to use 2010 for this project? ...

Flash Builder Export to Web Server / Browser-based swf

I am trying to export a .swf for view in the browser. Here's what happens: The .swf works by itself (i.e. double click to run it), webcam prompt, webcam image loads The .swf does not work inside the browser. Webcam prompt comes up - black screen after. I've selected "HTML wrappers" in build/compile settings. Loaded up the html in the...

How to increase videocall size in the red5 plugin @ openfireserver

Hi guys, hope i get some help here... I'm really not into java and my current problem is that i need to increase the size of the videocall of the red5 plugin... as I know it's a java solution. Already looked through the related questions on the red5 topic but no suiteable answer for my question :( Has anyone here already got a suitabl...

Getting a snapshot from a webcam with Delphi

I need to get a regular snapshot from a webcam in Delphi. Speed is not a problem (once a second is fine). I have tried demo code from based on stuff from http://delphi.pjh2.de but I can't get it to work. It compiles and runs OK but the callback function never fires. I don't have a real webcam but am running instead a simulator. The ...

How to interact with a Users webcam & inbuilt microphone using Ruby / Rails?

Hi All, Not sure how to frame this one, so here goes... I have a need to develop an application which allows my boss to post a series of questions that will be answered by various consultants around the world, each question will have a time limit in which it can be answered e.g. 3 minutes. Here is the problem, the users answering the ...

Web App that uses Webcam...any Rails plugins/gems?

Hello, I;m a developer looking to make an app similar to chat roulette. I'm pretty comfortable with Ruby on Rails as my platform and would like to program it in that. The downside is I have no idea about how to do anything using webcams. Is there a plugin or gem for rails that integrates webcams easily? Some quick browsing brought m...

Looking for coastal defense webcams in the South of England

I'm working on a sensor network project for work - one of the things I'm trying to find is as many webcams as possible that face coastal defenses around England - specifically in the South. The closest thing I found to useful was the BBC's webcam website (http://www.bbc.co.uk/england/webcams/coast/index.shtml) - although these are genera...

Play list image as "like" play video?

Hi, I build webcam remote application, user install my-cam-application and set webcam and ftp account to my-remote-cam-site, Video of preview convert to image and upload to the web using ftp. Now, i want to play again image like video, how is it? Thank you ...

Photo recognition with webcam

Hi, in a few months I've got a game to play, but I want to cheat a bit :P by using some webcams. The game is simple you drive with your car around and try to spot images that are taken of the roadside. But I was thinking if I use some webcams, I could scan the surrounding for these photos. I will probably still need to look for these ph...

Create a driver so that my computer can detect my phone as a webcam?

I created a simple software that wirelessly captures the camera display from my phone. But this only works if I run the socket server I created. Is there any way to somehow create a driver so that my computer can detect my phone as a webcam? If it's possible I don't care which one to start first, I can go with either OS X, or Windows ...

Is there a C# library that supports both video screen and webcam capture?

Hi guys, I'm working on a project written in C# that records both the user's screen and webcam. I've currently used Windows Media Encoder for recording the screen but am still working on webcam capture. I've been looking for information on webcam capture and WME, but it seems that it isn't usually used for such. I feel that it is bett...

How can I stop the Flash privacy popup from occurring twice on a page?

My web-app records users via webcam and microphone. I want to use HTML/JS for the controls and content, so I created two separate Flex modules: * A "Webcam Setup" module that lets you choose your camera and mic input devices * A "record" module that lets the user record and submit the recording When I embed either of these on the page...

Using webcams in C# WinForms

How do I use a webcam in C# WinForms? ...