Git Product home page Git Product logo

csvirtualcamera's People

Contributors

zakk4223 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

csvirtualcamera's Issues

Plugin not showing up on Quicktime, Zoom

I compiled the plugin from source and moved the plugin to /Library/CoreMediaIO/Plug-Ins/DAL. I know this is based on John Boiles Simple DAL Plugin but that's working properly on Catalina and Big Sur but this CSVirtualCamera is not being recognised on both OS by quicktime or zoom. Can you please let me know if there is any fix to this that you are aware of ?

Undeclared identifiers in SDK?

_transferSession and _pixelBufferPool throw undeclared identifier errors while compiling. I could be integrating the SDK wrongly though

Issue while connecting to plugin using XPC

I'm trying to connect to your plugin from my mac app using your code on SDK folder. But I'm getting the following error while trying to do it.

Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.sivrish.vcam.assistant was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.sivrish.vcam.assistant was invalidated.}

Have you ever faced this issue ?
I've also attached screenshots of my LaunchAgents plist and also my app entitlement file here.

Entitlement

LaunchAgentsPlist

Also, this plugin is not identified by any apps or even cameo ( https://github.com/lvsti/Cameo )

Tested on macOS 10.15.7 & Xcode 11.7, 12.0.1

Thanks in advance.

Question: Pkg installer

I was wondering if you have any pointers on the package installer. I would imagine the installer installs the app and also takes care of the launch agent and the DAL plugin.

I noticed the pkg installer is marked as done in the readme but could not find anything further on it.

This repo explains all the moving parts best among all the other examples for a virtual cam DAL plugin ๐Ÿฅ‡

I looked at SnapCamera's plist and came up with the following:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>Label</key>
        <string>com.cocoasplit.vcam.assistant</string>
        <key>ProgramArguments</key>
        <array>
            <string>/Library/CoreMediaIO/Plug-Ins/DAL/CSVirtualCamera.plugin/Contents/Resources/CSVirtualCameraAssistant</string>
        </array>
        <key>MachServices</key>
        <dict>
            <key>com.cocoasplit.vcam.assistant</key>
            <true/>
        </dict>
    </dict>
</plist>

This should go into ~/Library/LaunchAgents/com.cocoasplit.vcam.assistant.plist

Does that sound correct?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.