I am able to successfully open the webcam and retrieve the resolution which looks correct.
Every attempt to either .read() a frame or .grab() / .retrieve() ends up with False, None.
How can I begin to debug this?
1 | initial version |
I am able to successfully open the webcam and retrieve the resolution which looks correct.
Every attempt to either .read() a frame or .grab() / .retrieve() ends up with False, None.
How can I begin to debug this?
2 | retagged |
I am able to successfully open the webcam and retrieve the resolution which looks correct.
Every attempt to either .read() a frame or .grab() / .retrieve() ends up with False, None.
How can I begin to debug this?