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
11
votes
0 answers

Kext with invalid signature can load on one machine, but not the other. Why?

I have an iMac and a Macbook Pro. I updated both to Yosemite beta (the public one). But my audio interface Focusrite Saffire 24 DSP (Firewire) works properly in the iMac, but not on the Macbook Pro. When installing the Saffire, there is a…
10
votes
2 answers

Communicate with Firewire ports in python

I'm in an unfortunate position where I've been handed a legacy system with a firewire camera connected to an old Windows XP machine. Basically I'm trying to get this all into opencv so I can at least have a nice interface into this old…
Slater Victoroff
  • 19,762
  • 18
  • 78
  • 135
4
votes
2 answers

IEEE 1394/Firewire sniffers?

Does anybody know any software (for win7 or winXP) that will allow me to capture or simply see data transferred between Firewire device and Application. I wish to see data streams between my (ASIO) audio interface that works on firewire and my…
bierkof
  • 49
  • 2
3
votes
2 answers

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 it is plugged in (no matter which port) and load…
OzBandit
  • 1,035
  • 7
  • 13
3
votes
1 answer

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 I access the IEEE 1394 bus in Windows? Is DDK the…
ezpresso
  • 7,110
  • 11
  • 54
  • 90
3
votes
2 answers

libdc1394 example to capture stereo Images

I intend to make a program which will capture stereo images from Point Grey Bumblebee2 firewire 1394 camera. Here is simple example to grab color image from libdc1394. #include #include #include #include…
shah
  • 311
  • 2
  • 19
2
votes
2 answers

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…
Brian
  • 2,038
  • 3
  • 18
  • 19
2
votes
0 answers

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 firewire/1394 port to another machine. I've been able to…
vade
  • 21
  • 1
2
votes
1 answer

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
Anon
2
votes
1 answer

Show a live stream from a firewire connection in WPF?

I have a hi-resolution camera connected via firewire. An SDK lets me grab frames into a byte buffer. E.g.: unsigned char *buffer = new unsigned char[size]; GetFrameBuffer(cameraHandle, buffer); Due to the nature of the API, frames need to be…
l33t
  • 13,497
  • 13
  • 77
  • 159
2
votes
1 answer

Stream data between two PCs in C#, without IP-network

For a project I'm doing I need to stream data from one windows computer to another without using the IP-network (including cross-linked ethernet cable, for instance). The streaming application should be written in C#, although I can probably get…
Vincent van der Weele
  • 12,311
  • 1
  • 28
  • 58
2
votes
1 answer

Debugging Windows XP kernel using 1394 connection

Host: Windows 7 x64 Guest: Windows XP SP3 x86 I got 2 PCI firewire cards on both ends (SIIG 1394 installed as Texas Instruments OHCI Compliant IEEE 1394 Host Controller). On Windows XP I added the following to boot.ini: /debug /debugport=1394…
Alex
  • 41
  • 4
2
votes
0 answers

Capture image from firewire video cam in chrome browser

Can i capture the source video from a camera connected to the firewire port using MediaStream api on google chrome browser? Or is possible only for camera connected on usb?
2
votes
0 answers

Acquiring audio data from Firewire using python

I have an M-Audio Profire 2626 multichannel sound acquisition hardware, which I want to control using my laptop. The m-Audio device comes with a Firewire interface. I would want to know if I can control this device using Python through Firewire…
2
votes
2 answers

OpenCV Capture from external camera

I'm currently writing an real time application using OpenCV and in the following case: I'm trying to capture an image from a HDV camera plugged in firewire 800. I have tried to loop on index used on cvCaptureFromCam, but no camera can't be found…
T3e
  • 509
  • 1
  • 6
  • 17
1
2 3 4