Closed dx12346789 closed 1 year ago
Dit you installed the service?
I tested it and it's working fine for me, with the same configuration as you.
If you did followed the wiki word by word, it should be working fine for you too.
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.
My proccess is as follows:
sudo launchctl start /Library/LaunchDaemons/org.webcamoid.cmio.AkVCam.Assistant.plist
to start the serviceFFmpeg also can't found the virtual camera
Everything seems to be correct. Are you using an x86_64 or a M1 processor? Does installing the virtual camera using the pkg works?
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.
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?
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.
I use the viki's Build and install to install virtual camera.But I can't find the camera in zoom.us. Following my terminal code:
and the setting.ini:
Is there anything I missed?