video-capture

accessing video preview data with iPhone SDK 3.1.2/3

Is there a way to access raw data of iphone camera preview? I mean not the data of the picture that was shot already, but the preview, that shows before taking a shot? TIA ...

Screen capturing Flash

Hey everyone, Is there a way to play a SWF and screen capture it in a headless environment? Thanks! ...

Starting to make progress Was [MediaRecorder prepare() causes segfault]

Folks, I have a situation where my MediaRecorder instance causes a segfault. I'm working with a HTC Hero, Android 1.5+APIs. I've tried all variations, including 3gpp and H.263 and reducing the video resolution to 320x240. What am I missing? The state machine causes 4 MediaPlayer beeps and then turns on the video camera. Here's the perti...

Android Video Capture Sample App

Is there a stand-alone sample code for video capturing in Android ? ...

how to implement videochat in asp.net

I am using silverlight from which I can get the output of my webcam, but I am not sure how to send my webcam output to the person with whom i am chatting. The behaviour required is that i can view the webcam view of mine as well as the person with whom i am chatting.... ...

c# grab image from video card - Canopus ADVC-55

Hi All, Any advice on how I might grab an image using C# from this device (Canopus ADVC-55) I tried emailing the manufacture but they where not interested as they sell it with their own software products. Cheers, jason Canopus-ADVC-55 ...

DirectShow CSourceStream filter fails to unload properly

I am writing a DirectShow capture filter using CSource / CSourceStream as a base but when I access the cam in Firefox + Flash, I get a debug assert and the following debug error when closing Firefox. Cam6.ax(tid 1c98) 133506 : Cam6.ax(tid 1c98) 133506 : ID Object Description Cam6.ax(tid 1c98) 133506 : Cam6.ax(tid...

TV audio processing with TV capture card

Hello, I'm looking for an open source library or framework to process audio signal from a TV capture card. The idea is to detect TV ad spots and register the time and the channel where them happends. I never worked in something like this, so, any information, link, idea is welcome. Thanks in advance! EDIT: I don't care about the langu...

looking for a video conference solution that supports recording and can be operated from a browser

Hello, I'm looking for a product that can: 1) allows users to have a video conference (picture + sound) 2) can be embedded in a jsp web page 3) supports video recording which can also be operated from the browser The product may be commercial (or open source). Thanks, Yael ...

Android App Presentation

I wanted to make a video presentation of my android application. i know i can make the presentation by holding a camcorder in front of the screen and give walkthrough the application. But is there any other way this can be done, something on the lines of JingProject for windows wherein you can record your activities on your screen in a v...

How can I record an rtsp video stream to a file from a linux command line?

I have a net cam which provides a rtsp stream via the default 554 port. I can view the stream perfectly using VLC (GUI mode) when I open rtsp://192.168.1.7/1234 (the "1234" is the [default] password the device requires to be in the url, for those who want to restrict access to the stream) What I need is to have a cli-only linux box re...

OpenCV on Mac. Takes 2 seconds to read two webcams using cvCapture. Seems slow... Any suggestions...

Hello, I am running OpenCV 1.1. in C on a Mac with two rocketfish webcams (1600x1200) and an iSight webcam (640x480). It takes over 2 seconds to capture a pair of images from one rocketfish webcam and one iSight webcam. This seems slow, especially given that both cameras are reading out 30 fps. Any suggestions... Thanks. Justin ...

Embedding a Media manager video in the article in Joomla1.5

Hi, I am working on Joomla currently for the past one month. I am trying to embed a video stream in my article page like inside the content i am trying to have video stream like youtube video. I have uploaded a video in my media manager. And i dono how to stream that video in my page. Please help me in doing so.. EDIT: FOr an youtu...

How can I make Desktop video and Audio recorder in .NET, using .NET libraries?

I'm so sorry for just before question... I need to make a project for my univercity. My project is desktop video and audio Recorder on C#... I know that, ı must using Some of Libs on .NET... But Which or How.? it's like Camtasia.. ...

How to capture video from another System in LAN using JMF?

I have finished capturing video on my system using the MediaLocator() class. Then I want to capture the video from the near by systems in LAN by using through the IP address. What is the procedure i've to follow that? Suggest me with procedures. Thanks in Advance. ...

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. ...

Capture and store the video using java media framework?

I taked the snapshot but I can't record the video and store into hard disk. How to recording the video using JMF? If anyone know, then give the procedure.. ...

Old Sony Digital Tape Handycam, imported Video is sped up?

Friend gave me their OLD handycam and a bunch of tapes asking me to put them on a DVD. The model is Sony DCR-TVR103 and it records onto Hi8 Digital tapes. It has a firewire port also. I am trying to use import function in iMovie on OS X 10.6. Every import though the video is super fast, like playing in fast forward. Ever seen anything ...

How to automate video capture for a game walkthrough with scripting?

Hi, I would like to know how can I do an automated video capture for a game walk through on a game such as Second life, etc? I am using camstudio to capture the video. Using windows, I wonder if shell scripting, or otherwise can do the job with camstudio? Thank you. ...

How do I rectify a "Cannot Initialise OLE error"?

I was trying to embed video from a webcam into a wxPython app. This error occurs on trying to import a submodule of pyvision (from pyvision.types.Video import Webcam) ...