Ask Your Question

sebaqu11's profile - activity

2016-02-16 04:48:20 -0600 received badge  Teacher (source)
2016-01-12 23:46:31 -0600 answered a question Blue Screen while runing OpenCV 3.1 mini-application.

I solved this problem on my end, my laptop has a dedicated nvidia chip, the 940m. In my case, the latest driver was causing it to bsod, I uninstalled the driver, restarted the laptop, and now it doesn't bsod anymore. Hopefully this works for you too. Good luck.

2016-01-12 22:30:14 -0600 commented question Blue Screen while runing OpenCV 3.1 mini-application.

I'm getting this problem too with example code to just simply load and display an image in a named window. For me I get this same BSOD error when I hit a key to close the program (with waitkey(0)). BSOD are usually hardware/driver related, so right now I'm reinstalling my graphics driver to see if it'll fix the problem. Check if any of your drivers are out of date, it might be the problem. Good luck!