firewire

How to control Video Cam connected to Firewire using a program

Hi I need to control (play,rewind,stop) my Video Cam connected to firewire of my PC Is this possible. My program is written in .NET Thanks Anon ...

Control camera via Firewire

Some SONY Cameras have a FireWire interface. Is it possible to control any camera functions via FireWire using any FireWire SDK etc? Tape: record/stop, forward/rewind Lens: exposure, zoom, shutter speed, focus, white balance Other: effects (sepia/invert) Found: Adobe Premiere can control Tape playback functions (play, forward/rewi...

Realtime 1394 firewire video in a WPF app via directx or other method

Are there any controls that anyone is aware of that I can use to stream firewire video into a WPF app. I do not need camera control or capture just the video. I need WPF hosting because I'll be adding WPF content on top. I was hoping that with the addition of having direct X surfaces in WPF something like this might appear. Ideally l...

IOServiceAddMatchingNotification issue

Hello, void functions::start() { io_iterator_t enumerator; ...some code... result = IOServiceAddMatchingNotification( mNotifyPort, kIOMatchedNotification, IOServiceMatching( "IOFireWireLocalNode" ), serv...

Asynchronous Read/Writing with libraw1394

I'm trying to get two computers to communicate with each other over firewire. Both of the computers are running Ubuntu 9.10 and both have read/write access to the /dev/raw1394 node. I'm using firecontrol to quickly test sending read/write requests. If I can get it to work with firecontrol, I should be able to figure out how to do the sam...

Compiling OpenCV with FireWire support on Mac OS 10.6

We have a web-camera and a FireWire camera attached and would like to get input from the second one. But when we use cvCaptureFromCAM(0) and change a number passed as an argument, we're getting data only from a web-camera. We tried to use OpenCV Private Framework and then it works fine. So, most probably problem is caused by the fact t...

Write IIDC video packets over FW bus

Hi. This is more of a general question than a specific, however I am looking for any input and advice. I'm looking to spoof an IIDC camera, packetize and stream uncompressed 2VUY video data over a firewire/1394 port to another machine. I've been able to do something similar to stream DV packets, but using higher level libraries (I'm on...