Closed zhangpu1987 closed 3 years ago
which commit you used in akvirtualcamera??
https://github.com/vlivashkin/akvirtualcamera/blob/40482cb4842671baaa76a5d4285939bc226ac3eb/VCamUtils/src/ipcbridge.h#L114 The proper way to pull all dependencies:
git clone https://github.com/alievk/avatarify-desktop
cd avatarify-desktop
git submodule update --init --recursive
bool AkVCamBridge::allocateDevice() { m_ipcBridge.connectService(false); m_ipcBridge.setDriverPaths({QDir::currentPath().toStdWString()}); auto devices = m_ipcBridge.listDevices(); std::cout << "List of devices:" << std::endl; for (const auto &d : devices) { std::cout << "\t" << d << std::endl; }
}