Home > other >  The Process finished with exit code - 1073741818 (0 xc0000006)
The Process finished with exit code - 1073741818 (0 xc0000006)

Time:09-17

Use opencv to open the camera, directly back program, the Process finished with exit code - 1073741818 (0 xc0000006)
Procedures have been used that's right, just keep a camera's code is that
The import cv2
The capture=cv2. VideoCapture (1)

While True:
Ret, frame=the capture. The read ()
Img=frame
Cv2. Imshow (" img ", img)

C=cv2. WaitKey (30)
If c==27:
Break

Cv2. WaitKey (0)
Cv2. DestroyAllWindows ()
Is a question of win10 or opencv problem?
Behind (0 xc0000006) also didn't find out what reason be
Strives for the big help
  • Related