-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Opening webcam crashes applications #453
Comments
It stops crashing if I copy an older version (3.0) of PresentationCore.dll into the OpenFace folder. Otherwise it probably attempts to load a newer (4.0) version of the DLL which doesn't seem to be compatible. |
That's interesting, OpenFace is compiled with .NET 4.6.2, I wonder what was causing the issue. What stage exactly was it crashing on? Does it list the available webcams? |
It doesn't list anything, so I assume it's one of the functions used for displaying the webcam widgets that make it crash. Edit: Actually, it stopped working with the older version of PresentationCore too. I'm not sure what exactly is going on there. |
Same here -from event viewer: |
Should be fixed in the new version, please re-open if persists. |
Hi!
When I try to open a webcam in any of the OpenFace 2.0.0 or 2.0.1 tools, a window appears, saying it is loading the webcams. After a short while the application crashes with the following exception, with the loading window still open:
This is on Windows 8.1 with .NET 4.6.2. Opening a video in OpenFaceOffline.exe works very well.
The text was updated successfully, but these errors were encountered: