Ask Your Question

Datch's profile - activity

2019-10-29 08:50:33 -0600 received badge  Famous Question (source)
2017-05-19 01:33:03 -0600 received badge  Notable Question (source)
2016-12-21 05:30:58 -0600 received badge  Popular Question (source)
2015-10-18 05:05:54 -0600 answered a question Can't use ps3 eye with OpenCV

Answer from Code Laboratories about this trouble:

"Hi Alex,

Are you using x64 version of OpenCV? The CL Eye driver exposes camera as a standard DirectShow camera and it should work with x86 based version of OpenCV.

Regards, Support Code Laboratories, Inc."

2015-10-16 13:33:34 -0600 received badge  Enthusiast
2015-10-09 18:00:34 -0600 commented answer Can't use ps3 eye with OpenCV

Ouuu shit! I found very interesting thing. My project built in VS2010 Show video from ps3 eye but this project built in VS2013 don't see ps3 eye with 2.4.11 pre-compiled library.

P.S. in VS2013 I built 64bit project, but in VS2010 it 32bit

P.P.S.Finaly don't use 64bit library if you want to use ps3 eye cam.. It compiled when I changed project platform to win32 and change libraries to 2.4.11. It's so simply but so much troubles..

2015-10-09 16:33:10 -0600 commented answer Can't use ps3 eye with OpenCV

Joseph, I think that trouble is in Direct Show, as I saw 2.4.1 is working with VS2010 and I want to try to install it and compile project with it or to experiment with variations of Direct Show.

2015-10-09 16:27:26 -0600 received badge  Scholar (source)
2015-10-09 16:25:58 -0600 received badge  Supporter (source)
2015-10-08 17:55:19 -0600 commented answer Can't use ps3 eye with OpenCV

I built it(version 3.0.0) with instruction and as I can see WITH_DSHOW was enabled during the build. I tried pre-built version too(2.4.11 and 3.0.0), but the same result. And one thing, I connect ps3 eye to usb 3.0 because my laptop have no usb 2.0. P.S. Tried to use DirectShow manualy and it doesn't see ps3 eye, only laptop webcam. P.P.S. Laptop webcam as I can see connected trought usb2.0

2015-10-08 15:24:03 -0600 received badge  Editor (source)
2015-10-08 15:02:48 -0600 commented answer Can't use ps3 eye with OpenCV

Thanks, but I don't understand, why with program from this video I can use PS3 Eye with only CL-Eye Driver?

2015-10-08 14:07:12 -0600 commented question Can't use ps3 eye with OpenCV

Thank you, I'll try to contact him.

2015-10-08 00:08:22 -0600 asked a question Can't use ps3 eye with OpenCV

Hi, I tried to use ps3 eye with OpenCV 3.0.0/2.4.11, Visual Studio 2013(C++/C#) and Windows 7 x64. I use CLEye driver 5.3 for connection and I can't connect my camera to program anyway. Firstly I thought that it's impossible, but some time later I found program that use OpenCV 2.4.1 and perfectly work with this cam and this driver.