Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
503 views

Programming FireWire / IEEE 1394 under Windows

I am using libraw1394 library which provides direct access to the IEEE 1394 bus in Linux. It is very easy to use and I wonder if there is something like libraw1394 for Windows? And generally how can ...
2
votes
2answers
747 views

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 ...
2
votes
1answer
153 views

How to control Video Cam connected to Firewire using a program

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
1
vote
3answers
150 views

video capture from firewire c++ windows

I'm using eclipse and c++ on windows and I have to capture a video from a firewire camera but I have no ideas of which libraries should I use. I prefer to not install anything, but using some ...
1
vote
0answers
56 views

Write IIDC video packets over FW bus

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 ...
1
vote
0answers
124 views

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 ...
0
votes
1answer
59 views

QTCaptureDecompressedVideoOutput with FireWire

I'm trying to create a custom patch for Quartz Composer that captures from a FireWire input. I can open the device and add the input successfully. I even disable the audio inputs as per the QTKit ...
0
votes
0answers
44 views

1394cmu opencv example grabs only one frame

I'm using 1394cmu drivers to read a video stream from a firewire camera. this is the piece of code I'm running and it works, the only problem is that only one frame is displayed, than the image ...
0
votes
1answer
70 views

OpenCV+Python: Firewire Cams not supported on Windows XP?

I'm trying to capture frames from a Firewire Cam (Firefyl MV) using OpenCV 2.3.1 and Python 2.7 on Windows XP. My example finds the Camera when i use capture = cv.CaptureFromCAM(-1) but i cant ...
0
votes
2answers
149 views

Grab Video Stream from FireWire

I'm trying to stream a video from a camera ( Sony HVR-Z1E ) over FireWire to my Computer. The incoming pictures/stream shall be processed further by some functions which expect the CVMat format ( from ...
0
votes
1answer
216 views

Unable to capture image from FireWire cam using OpenCV

I am trying to capture image from a Claron MicronTracker cam (FireWire) using OpenCV 2.3.1 on Windows XP. The function cvCaptureFromCAM does not work. I read that OpenCV is unable to get data from ...
0
votes
2answers
145 views

Cannot start capture on PTGRey camera(Dragonfly express) after updaing firmware\SDK

I have been using a Dragonfly Express camera from Point Grey Research for a few months. I have written code to use the camera and grab images with it. Lately I have updated the firmware and SDK from 2 ...
0
votes
1answer
99 views

How to get FireWire details with WMI?

I have to get the firewire details from user PC before installing the application, I'm able to get the Win32_1394Controller Object using WMI query, so I get most of the details. But my main objective ...
0
votes
1answer
90 views

Access DV Cam over Firewire via Adobe Flex/Air

I am trying to move an internal app from a Windows Media Encoder-based solution to an Adobe Flex/Air solution that involves streaming video/audio. I can use the Camera and Microphone classes in Flex ...
0
votes
2answers
210 views

Unique device identifiers for USB, firewire, and serial ports

I am working on a project that involves the auto-detection of USB and firewire devices being plugged and unplugged from an OS X system. For a given device, the system needs to recognise a device when ...
0
votes
1answer
166 views

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 ...
0
votes
1answer
259 views

IOServiceAddMatchingNotification issue

void functions::start() { io_iterator_t enumerator; ...some code... result = IOServiceAddMatchingNotification( mNotifyPort, ...
0
votes
1answer
314 views

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