robotpy / robotpy-cscore

Moved to https://github.com/robotpy/mostrobotpy
Other
17 stars 12 forks source link

no image is recieved from sony playstation eye camera #88

Closed or-dan123 closed 4 years ago

or-dan123 commented 4 years ago

I have compiled the newest version of the library (which I have heard that it now supports ps eye), however when I do automatic capture for the camera I don't receive any image.

what should I do?

virtuald commented 4 years ago

What version does cscore.__version__ report?

virtuald commented 4 years ago

Actually, there were commits that were done after December that I missed. Do a git pull followed by git submodule update, and try again. Sorry for the inconvenience.

or-dan123 commented 4 years ago

Never mind I have I reread the documentation and added this camera.setPixelFormat(cscore.VideoMode.PixelFormat.kYUYV) and all works

Thank you for response!