You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a beginner in Python and OpenCV. when i run this code on windows 7 machine it worked fine but when i run this code on windows 10 I got assertion
what might be issue ?
is this driver issue?
assertion is
OpenCV Assertion Failed error: (-215) scn == 3 || scn == 4 in function cv::cvtColor
assertion is because of self.cam.read() returning false i m not able to understand why camera is not able to read is it driver issue?
if it is driver issue than how skype and other application who use camera works fine?
The text was updated successfully, but these errors were encountered:
I am a beginner in Python and OpenCV. when i run this code on windows 7 machine it worked fine but when i run this code on windows 10 I got assertion
what might be issue ?
is this driver issue?
assertion is
OpenCV Assertion Failed error: (-215) scn == 3 || scn == 4 in function cv::cvtColor
assertion is because of self.cam.read() returning false i m not able to understand why camera is not able to read is it driver issue?
if it is driver issue than how skype and other application who use camera works fine?
The text was updated successfully, but these errors were encountered: