-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send a stream from an other application into the plugin #9
Comments
I've similar question. I know that we have to use some IPC to do it. but my question is how xpc will deliver the frames received from the app to the plugin ? |
What I ended up doing was capturing a NSWindow from inside the Plugin, at an interval. |
@sivrish: May be this will be helpful https://github.com/PhilippMatthes/neural-greenscreen |
@Raj123456788 thanks, but I want to implement something like SnapChat did on their Snap Camera. They used XPC to communicate between the App and the plugin. But I'm confused on how to create a connection using that. |
@sivrish: Is there a repository where I can look into your code? I was trying the same but never got a headway. See if this helps: zakk4223/CSVirtualCamera#3 |
@Raj123456788 have you implemented the vcam successfully ? |
Hi @sivrish : I followed https://github.com/knightbenax/Cobalt and it works. |
That's a great news! @Raj123456788 Can you DM me on twitter @sivrish and I have to ask few details about vcam instead of me spamming the issue section here ? |
How do I add a microphone? |
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 send stream into it. (node best but swift app ok)
Do you know how I could do ?
Thank you very much for your help
Maxence
The text was updated successfully, but these errors were encountered: