webcamoid / akvirtualcamera

akvirtualcamera, virtual camera for Mac and Windows
GNU General Public License v3.0
407 stars 52 forks source link

Can't start stream #4

Closed Swicegood closed 3 years ago

Swicegood commented 4 years ago

README

Some considerations before doing anything:

Choose one of the templates bellow that fit better your issue.

Reporting a problem?

Summary

Write here a brief description of the problem.

Current Behavior

Describe the problem the best as you can, don't omit information.

Expected Behavior

How it should have work?

Steps to Reproduce

If akvirtualcamera crashed, try to reproduce the crash several times to be sure where is the problem. Write the steps to reproduce the issue bellow:

  1. Open this
  2. Click that
  3. Drag those
  4. ...

Suggestions and tips

How would you solve the problem?

Your Environment

Want a new feature?

Describe your idea the best as you can, include sketches, mockups and diagrams if required.
Be patient, take in mind that there may be other priorities. Your idea will be accepted if fit in project goals.

Questinons and other matters?

Go ahead!

Swicegood commented 4 years ago

Virtual cam shows up in Zoom, but shows random snow/noise.

Steps: Open webcamoid Make sure picture from physical webcam is showing Add virtual webcam using defaults Open zoom select virtual webcam

Expected: just show picture or placeholder picture

version: daily build of webcamoid and akvCamManager Mac OS 10.15.3

Further info:

I know the following should produce random noise also but it doesn't start.

From command line:

jaga@iMac-314$ dd if=/dev/urandom bs=921600 count=30 2>/dev/null | AkVCamManager stream /akvcam/video0 RGB24 640 480 [2020-09-25 16:05:22.742, 0x115c18dc0, src/ipcbridge.mm (165)] debug: bool AkVCam::IpcBridge::registerPeer() [2020-09-25 16:05:22.743, 0x115c18dc0, src/ipcbridge.mm (258)] info: SUCCESSFUL [2020-09-25 16:05:22.743, 0x115c18dc0, src/ipcbridge.mm (153)] debug: void AkVCam::IpcBridge::connectService() [2020-09-25 16:05:22.743, 0x115c18dc0, src/ipcbridge.mm (165)] debug: bool AkVCam::IpcBridge::registerPeer() [2020-09-25 16:05:22.743, 0x115c18dc0, src/ipcbridge.mm (302)] debug: std::vector AkVCam::IpcBridge::devices() const [2020-09-25 16:05:22.743, 0x115c18dc0, src/preferences.cpp (383)] debug: size_t AkVCam::Preferences::camerasCount() [2020-09-25 16:05:22.743, 0x115c18dc0, src/preferences.cpp (170)] debug: int AkVCam::Preferences::readInt(const std::string &, int) [2020-09-25 16:05:22.743, 0x115c18dc0, src/preferences.cpp (385)] info: Cameras: 1 [2020-09-25 16:05:22.743, 0x115c18dc0, src/ipcbridge.mm (305)] info: Devices: [2020-09-25 16:05:22.743, 0x115c18dc0, src/preferences.cpp (135)] debug: std::string AkVCam::Preferences::readString(const std::string &, const std::string &) [2020-09-25 16:05:22.744, 0x115c18dc0, src/ipcbridge.mm (310)] info: /akvcam/video0 [2020-09-25 16:05:22.744, 0x115c18dc0, src/ipcbridge.mm (588)] debug: bool AkVCam::IpcBridge::deviceStart(const std::string &, const AkVCam::VideoFormat &) Can't start stream. [2020-09-25 16:05:22.744, 0x115c18dc0, src/ipcbridge.mm (159)] debug: void AkVCam::IpcBridge::disconnectService() [2020-09-25 16:05:22.744, 0x115c18dc0, src/ipcbridge.mm (276)] debug: void AkVCam::IpcBridge::unregisterPeer() [2020-09-25 16:05:22.744, 0x115c18dc0, src/ipcbridge.mm (276)] debug: void AkVCam::IpcBridge::unregisterPeer()

hipersayanX commented 4 years ago

Virtual cam shows up in Zoom, but shows random snow/noise.

The virtual camera won't include a default picture, from now on you must set it with, for example, AkVCamManager set-picture some_picture.png. For the other part, I've added more error messages, also maybe you forgot to apply the changes with AkVCamManager update.

Swicegood commented 4 years ago

Ok thanks. Yes, AkVCamManager update allowed me to set the picture. Other than than I don't know what I did but I kept messing with it and the whole Webcamoid/AkVCam combination works now.

hipersayanX commented 3 years ago

The vcam should be working fine now.