cbh123 / narrator

David Attenborough narrates your life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank image from capture

jakeboyles opened this issue · comments

I am getting a weird blank image from capture. Not what is actually from my webcam and my webcam is not activated during. Any ideas?
frame

Turns out I have multiple cameras on macOS. It was reading my phones camera in my pocket.

cap = cv2.VideoCapture(2)

Changing that fixed it.

@jakeboyles good find, had the same issue. For me though it was cap = cv2.VideoCapture(1) on a Macbook Air M2.