The webcam lights up but I get an error message saying "Failed to retrieve feed from webcam". I tried writing a C# program using Affdex SDK, the webcam lights up but nothing happens (it is supposed to write on the console if it finds a face). I noticed that the onImageCapture and onImageResults methods are never invoked.
I made sure that my webcam works by writing a Python OpenCV app. Could anyone please help?