alexchandel / procfs

/proc for macOS/OS X 64-bit
GNU General Public License v2.0
68 stars 11 forks source link

Fix Camera capture and replace stubbed SequenceGrabber #2

Open alexchandel opened 8 years ago

alexchandel commented 8 years ago

Part of fixing the build for x86_64 involved stubbing the old SequenceGrabber API calls, which were removed along with the rest of the QuickTime C API in the transition to 64-bit.

The current hack is to just stub our functions and do nothing. No idea if that causes problems for other components. It probably does.

This all means that camera capture doesn't work.

We need to find out how to enumerate cameras with a 64-bit API.