Hopefully someone can point me in the right direction. After spending many hours fighting this I am at my wits end. At this point I am just trying to get the EMGU example applications to run.
Just the facts ...
- Applications hang at the line "_capture = new VideoCapture();"
- All other versions of EMU were uninstalled
- I am using the latest version of EMGU (3.2.0.2682)
- No error message or exceptions are displayed
- I am using a webcam, logitech C615
- Camera works with logitech software
- Using a coworker's computer the camera worked after a fresh install of EMGU
- Any example program that uses VideoCapture also just hangs the app
- The app I am focusing on is C:\Emgu\emgucv-windesktop 3.2.0.2682\bin\Example.CameraCapture.exe
- Attaching a debugger provided no useful information
- Once the applications are started the only way to kill them is to restart the pc
- Other EMGU applications like faceDetection work just fine
I have a feeling it has something to do with a driver conflict, a library issue, or camera format issue. Any suggestions on how to troubleshoot this?