-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webcamoid virtual camera crashes when used by Qt's capture code #55
Comments
I won't waste my time writing code just to test this bug, just give me some very simple, ready and easy to use code. Also, this issue is 1 year old, and it was probably fixed already. |
As I said, just running the webcam example that ships with Qt ( The problem is still there in the latest stable release, Webcamoid 8.8.0. I also tried the latest daily build and noticed that things changed quite a bit there. After installing the AkVirtualCamera through Webcamoid, I can still observe the same crash in the Qt camera example, and on top of that Webcamoid now freezes when it's relaunched. After uninstalling AkVirtualCamera, Webcamoid itself also works again. I understand AkVirtualCamera is a separate project, and the problem is more likely to be found in AkVirtualCamera than Webcamoid itself, so I guess this issue should be moved over? |
Ok, I've transferred the issue here. I will check later. |
My bad, it was running the OBS camera which btw was also crashing too. Here's the log for AkVirtualCamera, it crash when it tries to enumerate the media types. |
Summary
First off, this might be the same issue as webcamoid/webcamoid#231 but I'm not sure, as this is about another application using Webcamoid's virtual camera, not Webcamoid itself.
When creating a Webcamoid virtual camera on Windows 10, applications making use of Qt's camera capture code crash when trying to start that camera. Since Webcamoid itself is built using Qt, you should not have any issues using the default Qt multimedia webcam example to reproduce this issue.
Steps to Reproduce
Suggestions and tips
I contacted Qt support because I suspected the issue is on their end, however they say the problem is in the filter provided by webcamoid as it crashes at
pVideoControl->GetFrameRateList(pPin, iIndex, size, &listSize, &frameRates);
Your Environment
The text was updated successfully, but these errors were encountered: