kishikawakatsumi / VirtualCameraComposer-Example

MIT License
26 stars 1 forks source link

Builds correctly, but doesn't show anything #1

Open sergi opened 4 years ago

sergi commented 4 years ago

The project compiles well, and the DAL plugin is recognized (I can select it as a camera). When selected, the view is all grey though. The Swift application target is not there either, only a VirtualCameraComposer.swiftmodule folder exists. If I put the swift application into another project, it works, but only refers to screens, doesn't find windows.

Are there any specific instructions for building it in order to not run into these issues? Using XCode 11.6 on macOS 10.15.6.

sergi commented 4 years ago

Just as extra info, I can compile and use https://github.com/johnboiles/coremediaio-dal-minimal-example with no problem.

Raj123456788 commented 3 years ago

@kishikawakatsumi: I am running into the same issue. It is showing black screen in plugin output. How can I feed the samples to the plugin? Here is what I get. image

sivrish commented 3 years ago

Same, it's not working. I'm on catalina 10.15.7

dev-rmh commented 3 years ago

small developer here, on MacOS Big Sur 11.1. Careful when compiling, works on my end, kind of. Because of some changes from Apple on signatures (I think?), the camera cannot be selected from photo booth or quicktime. However, on google chrome and on Zoom, I can select the camera. If I am also running the server alongside it with the window app open, I can also see the feed given to the camera! The feed is a little off (the screen is split into 3 sections, 1. my camera feed (me), a black rectangle (missing data maybe?), and a small portion of my shared screen), I think the composer is not stitching things together correctly. I will mess around with it a little more... good luck guys!