 |
 |
dealing with firewire devices
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Oct 2000
Location: Bay Area, CA, USA
Status:
Offline
|
|
Is it possible to send and receive a data-stream to a firewire device (specifically a cam-corder) at the Unix level? I sort of expected that when I plug in the camera, it would map to a /dev entry, but I couldn't figure it out.
Seperate question: How does one do this with Cocoa?
Thanks!
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Mar 2000
Location: London, UK
Status:
Offline
|
|
Originally posted by AEdwards:
Is it possible to send and receive a data-stream to a firewire device (specifically a cam-corder) at the Unix level? I sort of expected that when I plug in the camera, it would map to a /dev entry, but I couldn't figure it out.
OS X has a different driver architecture to other systems, called IOKit. In general, things don't show up in /dev. You'd probably have to write an IOKit kext in order to do that, but there is some sample code in Darwin at least
Seperate question: How does one do this with Cocoa?
Using the IOKit userspace client AP, methinks.
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Oct 2000
Location: Bay Area, CA, USA
Status:
Offline
|
|
Originally posted by Angus_D:
OS X has a different driver architecture to other systems, called IOKit. In general, things don't show up in /dev. You'd probably have to write an IOKit kext in order to do that, but there is some sample code in Darwin at least 
Using the IOKit userspace client AP, methinks.
Thanks! I'll check it out.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |