johnboiles / coremediaio-dal-minimal-example

Intended to be the most minimalistic example of a macOS CoreMediaIO DAL plugin.
MIT License
212 stars 31 forks source link

Created a virtual PTZ plugin based on your code #24

Closed klongeiger closed 3 years ago

klongeiger commented 3 years ago

I was annoyed my Ricoh Theta couldn't be used in OBS with other cameras because the image is a 360° projection. So I used your code (to be precise, I used seanchas116/SimpleDALPlugin's Swift conversion) to build a DAL-plugin that reads the Theta's input and creates a variable output virtual camera.

It is a bit rough around the edges right now, I had to learn Swift basically from scratch to get this going, but I'm quite pleased with the result. I'll get good use in my OBS setup from it, maybe it can be useful to someone else, too.

klongeiger/VirtualPTZ

johnboiles commented 3 years ago

This is awesome! Thanks for sharing!