Python has stopped working

Chris Angelico rosuav at gmail.com
Sat Aug 1 23:04:15 EDT 2020


On Sun, Aug 2, 2020 at 1:00 PM Harsh Mashru <harshmashru271 at gmail.com> wrote:
>
>  Respected sir/ma'am
>
>                 I've been trying to execute the code which operates the
> camera. When it starts to open the camera it shows that  python.exe has
> stopped working.
>
> Problem signature:
>   Problem Event Name: APPCRASH
>   Application Name: python.exe
>   Fault Module Name: cv2.cp38-win_amd64.pyd

The actual crash happened inside this module. I'm guessing that's some
sort of camera handler. You may need to look into why *that* is
crashing.

ChrisA


More information about the Python-list mailing list