Relative Content

Tag Archive for pythonopencverror-handlingpyqt

exit code -1073741819 (0xC0000005) while using openCV and PyQt

I’m getting this error while using OpenCV and PyQt for showing frames. What is this error and how can I handle it?
I figured this error happens when I try to cap.release() or cap.VideoCapture(0). Also try and except statement doesn’t work for handle this issue.