[Vm-dev] CameraPlugin support for Mac OS?

Yoshiki Ohshima Yoshiki.Ohshima at acm.org
Thu Jul 7 18:27:45 UTC 2016


On Wed, Jul 6, 2016 at 2:47 PM, Yoshiki Ohshima <Yoshiki.Ohshima at acm.org> wrote:
> Besides that the osxCameraOps.c uses QuickDraw functions but it seems
> that they are not exposed anymore.  I would have to rewrite it.

I am making a bit of progress and writing a new primitives against
Apple's AVFoundation library, which promises better performance and
better control over settings.

I like:

- I can write Cocoa bindings in (at least) Objective-C so that calling
API is easier than using objc_msgSend().
- adding EXTRALIBS is isolated for each, so once I figure out that is
what to do, I can add bundle specific -framework, and it works.


-- 
-- Yoshiki


More information about the Vm-dev mailing list