how to capture web_cam image using python(raw python) without using
any library like cv2 or pygame.
it would be great if anybody know the trick how to capture image using only
raw python. advance thank you so much.
I tried using the VideoCapture extension, but that didn't work very well for me. But the problem is that it's a bit slow with resolutions 320x230, and sometimes it returns None for no apparent reason.
cv2orPyGame. I'm not sure but maybeffmpegcan also readweb_cam. And if you have problem with speed then you should first check if you have the same problem with other tools - maybe problem is camera, not Python.