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

Need Help Showing Video from Firewire Camera Using Java Opencv 2.4.9 on Ubuntu

I can show video from a USB webcam, but when I try to show video from a firewire camera, I get the following erorr: Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (0) and height (0) must be > 0 I have used…
0
votes
2 answers

Opencv doesn't detect firewire webcam on linux

I have connected a cam through firewire and tried to access it using opencv. The camera is detected in coriander and able to get a video stream. Below is the code I used #include "/home/iiith/opencv-2.4.9/include/opencv/cv.h" #include…
Lakshmi Narayanan
  • 5,220
  • 13
  • 50
  • 92
0
votes
1 answer

Where to Find or Develop a Low Latency/Delay Livestream Service

I have been using Ustream for a small adult education startup for about a year now. Great service and all, but the delay to end user is become unacceptable. It's about 25-30 seconds. My plan is to have a embedded player and "live talk" window…
0
votes
1 answer

testing ipad app on device using firewire cable rather than USB

I am trying to find out if I can test my app written in XCode on my iPad using a firewire cable rather than the USB cable. A slightly random question I know but I am working in a remote area in Africa and need a cable sent to me. A firewire cable is…
RGriffiths
  • 5,722
  • 18
  • 72
  • 120
0
votes
1 answer

IOServiceAddMatchingNotification issue

void functions::start() { io_iterator_t enumerator; ...some code... result = IOServiceAddMatchingNotification( mNotifyPort, kIOMatchedNotification, …
infinitloop
  • 2,863
  • 7
  • 38
  • 55
0
votes
1 answer

Identify Firewire device via DirectShow using EUI-64

I have 2 Firewire Video Input Devices (Canopus ADVC-300), that I want to connect to a DirectShow filter chain. However before constructing the filter chain, I'd like to know which camera is which (in my case which one is left and which ones is right…
Amelse Etomer
  • 1,253
  • 10
  • 28
0
votes
1 answer

Windows 8, problems to show cameras in a flash application

I have a flash application that shows at screen the cameras that the operating system detects, and works fine on windows 7 but now, in windows 8, i have troubles with several cameras. For example firewire cámeras or screen capture driver. I made a…
0
votes
1 answer

Firewire camera with OpenCv 2.4. not working

I am using OpenCV 2.4 with C++ for image processing and video streaming . I would like to know how we can use fire-wire camera like pixilink to capture frames? I tried the VideoCapture class but it seems to work with only usb cameras unlike firewire…
wolvorinePk
  • 1,760
  • 5
  • 36
  • 67
0
votes
1 answer

use mod_rewrite .htaccess to add www to http:// while removing www from https://

I'd like to use mod_rewite/.htaccess do the following: add www to http urls remove www from https urls for the same site
-1
votes
1 answer

Firewire 1394 camera with OpenCV

I am trying to run face detection demo from OpenCV using firewire 1394 camera. While doing so I got the following error. Unable to stop the stream.: Bad file descriptor In capture ... VIDIOC_STREAMON: Inappropriate ioctl for device Unable to stop…
shah
  • 311
  • 3
  • 20
-2
votes
1 answer

video capture device OpenCV compatible?

what external video capture device (svideo or rca) with mac os and win xp support can I buy? My software was developed with OpenCV/JavaCV Thanks
fphilip
  • 159
  • 1
  • 8
-3
votes
1 answer

Full Access to HDD Without Removal

I work on-the-side doing computer repair. Standard operating procedure is to pop out the HDD/SSD, mount it to a backup machine, and pull the client's data (i.e., in case the drive fails/something goes horribly wrong, their data is protected). More…
tmesis
  • 1
  • 1
1 2 3
4