Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seanchas116/simpledalplugin

Simple CoreMediaIO DAL virtual camera plugin example written in Swift
https://github.com/seanchas116/simpledalplugin

coremediaio macos swift virtual-camera webcam

Last synced: 3 months ago
JSON representation

Simple CoreMediaIO DAL virtual camera plugin example written in Swift

Awesome Lists containing this project

README

        

# SimpleDALPlugin

This is a simple CoreMediaIO DAL virtual camera plugin written in Swift.

Based on [johnboiles/coremediaio-dal-minimal-example](https://github.com/johnboiles/coremediaio-dal-minimal-example). (thanks a lot [@johnboiles](https://github.com/johnboiles) for deciphering [Apple's CoreMediaIO example](https://developer.apple.com/library/archive/samplecode/CoreMediaIO/Introduction/Intro.html)!)

![ezgif com-optimize](https://user-images.githubusercontent.com/1025246/80326334-5eb8b000-8873-11ea-8724-adfbed078851.gif)

## How to run

* Build SimpleDALPlugin in Xcode
* Copy SimpleDALPlugin.plugin into `/Library/CoreMediaIO/Plug-Ins/DAL`
* Open Webcam-using app and choose SimpleDALPlugin as camera input
* [Cameo](https://github.com/lvsti/Cameo) is good for debugging!