Visual Studio doesn't see PS3 Eye Camera

asked 2019-02-21 17:25:11 -0600

patryk gravatar image

Hello, I have a problem with Ps3 Eye Camera. I have a driver and in CL-Eye Test application it works properly. I don't know why visual studio with openCV 3.3.0 (C++) doesn't see this camera. VideoCapture command doesn't work - it sees only built-in webcam in my laptop. Do you know why?

edit retag flag offensive close merge delete

Comments

did you use VideoCapture cap(0); ?

gino0717 gravatar imagegino0717 ( 2019-02-21 20:34:00 -0600 )edit

Yes. VideoCapture cap(0) launches my webcam in laptop. When I write 1 instead 0 - it doesn't work. I tried to uninstall my webcam, but it gives no results. It doesn't see PS3 camera

patryk gravatar imagepatryk ( 2019-02-22 03:26:57 -0600 )edit