Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import cv2
  2.  
  3. camera = cv2.VideoCapture(0) # This works
  4. par, frame = camera.read()
  5. print(par)
  6. out(True)
  7.  
  8. #question about this path. I cannot open an internal camera through your ID device
  9. camera = cv2.VideoCapture(?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement