On college, I needed to create a virtual reality software, and used this Python API to access the stream from the webcam which I came to know through this tutorial. Found out, though, it needed a workaround to work properly.
I remember the stream was a bit slow with resolutions higher than 320x240 but I guess it was a problem on the webcam. For the API, I noticed it, sometimes, gave None
objects.
So, my question is: do you guys know any other Python API to access the webcam stream?
Edit: It'd be useful if the API worked both on Windows and Linux, but as I think it'll be harder to find, I'd stick with Windows.