Closed joezavtra closed 8 years ago
What options did you use to build and install opencv? Did you follow the directions here?
I haven't tried in a while but those options definitely worked for me in the past.
Based on your error, it's not picking up opencv in the psmoveapi/external folder, rather cmake is picking up the system-installed opencv. Is that what you intended? If so then I wonder if maybe you didn't build all the opencv modules when you installed opencv? Can you try uninstalling the system opencv and instead installing it with homebrew?
I just noticed you did a cmake ../
I don't think you should run cmake with only the default options. I think the defaults might need fixing, but until then you should at least pass -DPSMOVE_USE_PS3EYE_DRIVER=ON
for OS X if you're using the PSEye.
If you want to specify the folder in which to find OpenCV then also pass this option:
-DOpenCV_DIR=<path_to OpenCVConfig.cmake>
First of all, thank you guys for this lib!
I've used older version of psmoveapi from November i think. All was OK. But after pulling new version it does not build.
Latest OpenCV from github was successfully built and installed. But got following when I tried to build psmoveapi (cut out some parts):
jz@mac:~/ws/psmoveapi/build [master]$ cmake ../
Seems OK
jz@mac:~/ws/psmoveapi/build [master]$ make
Thanx