How to use CoreMediaIO Sample Cam Driver?

Greetings!

I'm kinda new to MAC OS dev and I've downloaded the sample code for the COreMedia Cam Driver here:

https://developer.apple.com/library/mac/samplecode/CoreMediaIO/Introduction/Intro.html


I have Xcode installed and I'm very familiar with it since I've done iOS dev. I was able to open the proect in xcode and build it (failed build). I have no clue how to use this.

I'd like to see the sample code in action and be able to select the "camera" as a video input within quicktime.


Would someone please point me in the right direction on how to use the Sample.plugin, the .extension or the daemon?


Thanx!

Yohann

Replies

(2 weeks later) I'm surprised how nobody can help with CoreMediaIO DAL.

There're prebuilt samples with the download. just follow Prebuilts ReadMe to install the plugin.


or just install the Sample plugin to this folder once you build it.

/Library/CoreMediaIO/Plug-Ins/DAL


My guess is the reason your build failed is becasue you are missing the coreaduio utitlies helper files

Hello.

Do you guess how to use DAL sample ?


I've installed sample by:

sudo darwinup install ~/CoreMediaIO/Prebuilts/Sample-Release.tar.gz


Rebooted. And can't find new camera in skype video settings.