SimpleDALPlugin icon indicating copy to clipboard operation
SimpleDALPlugin copied to clipboard

Simple CoreMediaIO DAL virtual camera plugin example written in Swift

Results 9 SimpleDALPlugin issues
Sort by recently updated
recently updated
newest added

I am creating an app that uses an iPhone as a virtual camera. Similar to Epoccam app (https://www.elgato.com/en/epoccam). How can I use SimpleDALPlugin as a plugin for my iPhone camera...

Hello Ryohei, First, thank you very much for this simple exemple simply customisable. I would love to use this plugin in an other application in order to be able to...

Currently moving sqaure is red in color. How can I recieve color to be drawn from a application using IPC? So i can update color in realtime without building this...

I built the SimpleDALPlugin in XCode, but it's not showing up in QuickTime as a camera option. I think it's a problem with the camera access. The error I'm getting:...

`mach_absolute_time()`, used to calculate the rectangle's position in `Stream.createPixelBuffer`, behaves differently on ARM than Intel. Apple [recommends](https://developer.apple.com/documentation/kernel/1462446-mach_absolute_time) replacing it with `clock_gettime_nsec_np(CLOCK_UPTIME_RAW)`.

Thanks for putting this together! It's really helpful. When using this plugin, I'm seeing a lot of pauses and stuttering (dropped frames or something) as the square moves across the...

Hi, seanchas116, and all. I rebuild this SimpleDALPlugin under os 10.15 with Xcode 12.0 and the result is good that can be found by QuickTime as an input camera. What...

I ran the example successfully, but I don't know how to debug the plugin?

question

I am trying to send frames from C++ addon. Is there a documentation I can use? Not using unity but try to resize the image and stream an image that...