Giter Club home page Giter Club logo

Comments (8)

hipersayanX avatar hipersayanX commented on June 11, 2024

Dit you installed the service?

from akvirtualcamera.

hipersayanX avatar hipersayanX commented on June 11, 2024

I tested it and it's working fine for me, with the same configuration as you.

Captura de Pantalla 2022-02-16 a la(s) 11 19 24

If you did followed the wiki word by word, it should be working fine for you too.

from akvirtualcamera.

dx12346789 avatar dx12346789 commented on June 11, 2024

Thank you for your reply.
Here are my services:

soda@sodadeiMac Resources % launchctl list | grep -E "Assistant"
-	0	com.apple.AddressBook.AssistantService
soda@sodadeiMac Resources % sudo launchctl list | grep -E "Assistant"
20686	0	org.webcamoid.cmio.AkVCam.Assistant
-	0	com.apple.cmio.iOSScreenCaptureAssistant
-	0	com.apple.systempreferences.cacheAssistant
-	0	com.apple.cmio.AppleCameraAssistant
-	0	com.apple.cmio.IIDCVideoAssistant
276	0	com.apple.cmio.VDCAssistant
-	0	com.apple.cmio.AVCAssistant

The first service returned by sudo.

I add service by this code:

sudo launchctl enable system/org.webcamoid.cmio.AkVCam.Assistant

sudo launchctl bootstrap system /Library/LaunchDaemons/org.webcamoid.cmio.AkVCam.Assistant.plist

I copy and paste it to the terminal.

from akvirtualcamera.

dx12346789 avatar dx12346789 commented on June 11, 2024

My proccess is as follows:

  1. Make alias for AkVirtualCamera.plugin to /Library/CoreMediaIO/Plug-Ins/DAL/
  2. Copy the code to create plist file to /Library/LaunchDaemons/
  3. Create the service with the above code
  4. Then use sudo launchctl start /Library/LaunchDaemons/org.webcamoid.cmio.AkVCam.Assistant.plist to start the service

FFmpeg also can't found the virtual camera

from akvirtualcamera.

hipersayanX avatar hipersayanX commented on June 11, 2024

Everything seems to be correct. Are you using an x86_64 or a M1 processor? Does installing the virtual camera using the pkg works?

from akvirtualcamera.

dx12346789 avatar dx12346789 commented on June 11, 2024

oh. My zoom can find the virtual camera. I can't understand it.
I changed the camera format from YUY2 to RGB24, then zoom can find it.
After that I changed to YUY2, zoom can also found it.

from akvirtualcamera.

dx12346789 avatar dx12346789 commented on June 11, 2024

When I use:
ffmpeg -i ./1.mp4 -pix_fmt rgb24 -f rawvideo - | ./AkVCamManager stream MyFakeCamera0 RGB24 1280 720
Then I changed size from 1280x720 to 640x480,It's also slow.
It look like slower that the original.
What can i do?

from akvirtualcamera.

hipersayanX avatar hipersayanX commented on June 11, 2024

oh. My zoom can find the virtual camera. I can't understand it.

Could it be that you closed and then reopened Zoom? that could be the reason because it can find the camera now.

It look like slower that the original.

The vcam still needs a lot of optimizations.

What can i do?

If you know, C++ then start optimizing the code.

from akvirtualcamera.

Related Issues (20)

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.