Questions tagged [firewire]

FireWire is Apple's name for the IEEE 1394 High Speed Serial Bus. IEEE 1394 is a serial bus architecture for high-speed data transfer. FireWire fully supports both isochronous and asynchronous applications.

FireWire is Apple's name for the IEEE 1394 High Speed Serial Bus. It was initiated by Apple (in 1986[4]) and developed by the IEEE P1394 Working Group, largely driven by contributions from Apple, although major contributions were also made by engineers from Texas Instruments, Sony, Digital Equipment Corporation, IBM, and INMOS/SGS Thomson (now STMicroelectronics).

IEEE 1394 is a serial bus architecture for high-speed data transfer. FireWire is a serial bus, meaning that information is transferred one bit at a time. Parallel buses utilize a number of different physical connections, and as such are usually much less efficient, more costly, and typically heavier. FireWire fully supports both isochronous and asynchronous applications.

More information at http://en.wikipedia.org/wiki/IEEE_1394

57 questions
1
vote
1 answer

Trouble in driving Point Grey Grasshoper cameras

I am trying to drive two Grasshopper cameras, from Point Grey Research, using a laptop. As my laptop (and generally majority laptop's) does not have any FireWire 800 port, I am using a FireWire 800 to Express Card device which contains two FireWire…
rdg
  • 41
  • 1
  • 3
0
votes
1 answer

Detecting FireWire cable event within MFC C++?

I'm trying to detect the event when a FireWire cable is plugged into the FireWire port of the PC withing MFC C++ app. I would also like to trigger this even myself as the FireWire connections drops and never is rediscovered withing unplugging the…
0
votes
1 answer

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 documentation. I suspect my problem is either…
Adam
  • 913
  • 1
  • 9
  • 26
0
votes
2 answers

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 openCV ). Well my problem is now that I have no…
Toby
  • 3,815
  • 14
  • 51
  • 67
0
votes
1 answer

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 digital cameras other than USB ones under Windows…
pn_
  • 107
  • 2
  • 10
0
votes
2 answers

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 to 2.2, since then I was unable to grab images…
Ofer
  • 21
  • 1
  • 5
0
votes
1 answer

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 is to get the what firewire connector user…
Prashant Cholachagudda
  • 13,012
  • 23
  • 97
  • 162
0
votes
1 answer

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 to access webcams, etc. but our DV cameras…
ETWW-Dave
  • 732
  • 5
  • 8
0
votes
0 answers

Regarding macOS kernel debugging via firewire

Anybody has good experience regarding macOS kernel debugging via firewire? I have two machines, Mac mini 2014 for target, MacBook Pro 2017 for host. And I followed the instruction from Kernel Debug Kit Read Me, but on host it always shows error:…
Kevin Lu
  • 53
  • 2
0
votes
1 answer

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…
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
0
votes
0 answers

python QThread and pydc1394

I am developing an application for image acquisition. I am using PyQt4, pydc1394 (libdc1394 Python wrapper for firewire camera) on a MacOS sierra and the camera is AVT Marlin F131B. I managed to write a program that can acquire images from the…
kthouz
  • 411
  • 7
  • 16
0
votes
0 answers

C# .NET / FireWire IEEE 1394

I'm currently working on a project where it is needed to interact with a standart USB Camera (get video stream). I'm actualy using the AForge.Video.DirectShow library under .NET to accomplish this task. Now, the usb camera will be changed for a…
hugodecasta
  • 262
  • 4
  • 13
0
votes
1 answer

Capture from firewire camera (with CMU1394 driver) using OpenCV

I’m trying to acquire video from a DCAM1394 camera using OpenCV (C++) on Win 7 (64bit). I tried VideoCapture, but it seems only works on webcam instead of the firewire camera. Then I found a thread; following its idea, I installed the CMU1394 driver…
0
votes
1 answer

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…
0
votes
1 answer

Video4Linux Loopback Device on Linux4Tegera

I am interfacing Bumblebee2 camera with Nvidia Tegra TK1 board. I have installed firewire1394 driver along with coriander 2.0.2 to get the camera output and it is working fine. But I am not able to load the video for Linux module. I have installed…
user3398689