> 23 okt. 2017 kl. 22:47 skrev Jens Alfke <j...@mooseyard.com>: > > > >> On Oct 22, 2017, at 11:39 AM, Totte Alm <to...@code66.se >> <mailto:to...@code66.se>> wrote: >> >> Om Mac OS X (not iOS), I need to take video and/or audio from input >> devices(like built in iSight ot FaceTime cameras), found using the standard >> AVCaptureDevice.devices(); and then make it available for other applications >> using the same interface, after they have been processed. > > What do you mean by "make it available for other applications using the same > interface”?
The application the client want to use for this uses AVCaptureDevice.devices(); to find possible input devices, so what I need to do is to register “my output” as an input device. > > I’m not sure what you’re looking for, but I would have a look to the > CoreMediaIO sample code: > https://developer.apple.com/library/content/samplecode/CoreMediaIO/Introduction/Intro.html > > Thanks, I will start digging there. At first glance it did look like it needs to be done on kernel level as a KEXT (the same way Audio Hijack or WireTap does it with sound), but I’ll dig deeper. / Totte _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com