mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Updated Mac OS X driver (markdown)
@@ -8,7 +8,7 @@ The Mac OS X driver can be found at `/System/Library/Extensions/AppleCameraInter
|
||||
IOProbeScore: 3096
|
||||
IOProviderClass: IOPCIDevice
|
||||
|
||||
Looking at the strings in the kext bundle, there are references to DDR memory, loading of firmware, an IPC queue, [I2C](https://en.wikipedia.org/wiki/I2C) and [ACPI](https://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface) and [ASPM](https://en.wikipedia.org/wiki/Active_State_Power_Management). There may be different raw, metadata and output buffers. It may be able to do face-detection.
|
||||
Looking at the strings in the kext bundle, there are references to DDR memory, loading of firmware, an IPC queue, [I2C](https://en.wikipedia.org/wiki/I2C), [ACPI](https://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface) and [ASPM](https://en.wikipedia.org/wiki/Active_State_Power_Management). There may be different raw, metadata and output buffers. It may be able to do face-detection.
|
||||
|
||||
## Working with kexts
|
||||
* [Kernel Extensions Programming Topics](https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/KEXTConcept/) (Apple)
|
||||
|
||||
Reference in New Issue
Block a user