I am trying to use a camera in windows. I ve installed python with anaconda. tried installing pygame with conda but did not work so installed with pip. Following the advice in open camera with pygame I tried to open the camera but I got an error.
When executing pygame.camera.init()
the system complains that can not import name _camera .
Indeed when reading camera.py there is the line from pygame import _camera
and this is where it fails. It can not import _camera
I am at lost at what to do. Any help very much appreciated
EDIT1:
I have been told that this works in linux only. :( So going to the title question: How to use the camera with python in windows? (or mac?)