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
2 answers

Setup Kernel Debugging on Host PC (Win 7 64 bit) over 1394 (Firewire)?

I have working kernel debug setup on old host computer with Windows Xp. On the new computer i get preinstalled Win 7. I have installed PCI to Firewire card (usb-5pci3pfw).I have installed WinDDK (7600.16385.1). So I go…
Alex.Salnikov
  • 406
  • 4
  • 11
1
vote
1 answer

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 capture the frames with frame =…
Johannes
  • 11
  • 1
1
vote
1 answer

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 libraries if it's possible. if you can also post a code…
andrea
  • 1,326
  • 7
  • 31
  • 60
1
vote
0 answers

OpenCV with FireWire cameras on Windows (IEEE1394)

I have read Firewire 1394 camera with OpenCV, Firewire camera with OpenCv 2.4. not working, ctypes error: libdc1394 error: Failed to initialize libdc1394 but I have found no working solution up to now. How to open a Firewire dc1394 camera on Windows…
Basj
  • 41,386
  • 99
  • 383
  • 673
1
vote
0 answers

What is the difference in physical behavior of hardware on bare metal vs VM with IOMMU passthrough?

I have some dated equipment used to run an experimental apparatus. Unfortunately, that equipment will only run on WinXP using FireWire/IEEE1394, which is becoming more and more of a pain for us to maintain hardware-wise. Unfortunately we also don't…
fergu
  • 329
  • 1
  • 5
  • 12
1
vote
3 answers

Memory access with libraw1394

I discovered that my Nikon LS-9000 ED scanner was not supported by Linux SANE and decided to make my own driver with the Linux Firewire kernel API libraw1394. The Library Programs and Command API Specifications for the scanner was recently released…
Rhett
  • 51
  • 1
  • 1
  • 3
1
vote
1 answer

kdp_poll: no debugger device with two-machine debugger

I have to use firewire as my kernel extension loads before the target has an IP address. My kernel extension calls PE_enter_debugger() in its start routine. I see "waiting for debugger" twice, then just once the console says "kdp_poll: no debugger…
Mike Crawford
  • 2,232
  • 2
  • 18
  • 28
1
vote
0 answers

Debugging linux kernel over firewire

I spent several days to look how to setup kgdb over firewire. Target system is Ubuntu 14.04 kernel 3.19 and host system is Ubuntu 15.10 kernel 4.2 . I tried fireproxy utility (http://halobates.de/firewire/) recompiled on my host system but debugging…
StackPeter
  • 324
  • 2
  • 10
1
vote
0 answers

Issues with libdc1394

I am trying to get images from Point Grey firewire 1394 camera using libdc1394. Here is the code. #include #include #include #include #include #ifndef _WIN32 #include…
shah
  • 311
  • 3
  • 20
1
vote
0 answers

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.…
Jonathan Sternberg
  • 6,421
  • 7
  • 39
  • 58
1
vote
1 answer

Address Order of Firewire Cameras in OpenCV+Linux

I have 4 Unibrain Fire-I cameras daisy-chained to my computer (Ubuntu 12.10), and an app written with OpenCV that right now reads frames from 2 of these cameras. However, I'm discovering that every time I plug/unplug the firewire connector to my…
Yeraze
  • 3,269
  • 4
  • 28
  • 42
1
vote
0 answers

linux kernel debug through 1394 port

I have my linux kernel installed in one machine which is having ieee1394A pci card inserted. I want to see the kernel boot messages in the windows host ...Windows7 is installed in my laptop having the ieee1394 firewire port. Is it possible ? If so…
1
vote
1 answer

How to know if IEEE 1394 (FireWire) is connected to my Windows 7?

My computer has an IEEE 1394 (FireWire) input. How programmatically to know if 1394 is connected to my Windows 7?
user2217261
  • 455
  • 7
  • 18
1
vote
1 answer

Using emguCV (OpenCV) to capture video in 2 different program from the firewire camera?

I'm looking for a way to use OpenCV (or specifically emguCV in C#) to capture video from the same firewire on 2 different programs simultaneously. Some posts here said that it can't be done since the source driver would be locked into one…
Patratacus
  • 1,651
  • 1
  • 16
  • 19
1
vote
1 answer

How to connect with AVT guppy camera in c#?

Camera is running on FireWire bus, AVT smartView is running, but I can´t find any c# code example, how to work with camera. I tried Emgu CV, but it doesn´t work. Is there someone who was working with AVT camera? Any suggestion how to start? I´m just…