[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 7 64 Bit Support #29

Open
chumphries opened this issue Mar 5, 2012 · 2 comments
Open

Windows 7 64 Bit Support #29

chumphries opened this issue Mar 5, 2012 · 2 comments

Comments

@chumphries
Copy link

Hello,

I am trying to get the depthjs plugin to work with Windows 7 64 bit and have installed all the OpenNI modules, but I get:

-- Could NOT find OpenNI (missing: OpenNI_LIBRARY)
-- Can't find OpenNI!

I have no problem with NITE, but I cannot get OpenNI to work. Does depthjs work on 64 bit Windows 7?

@royshil
Copy link
Collaborator
royshil commented Mar 5, 2012

@chumphries You should be able to build once you sort out the OpenNI location.
By default the CMake script is looking in C:\Program Files\OpenNI (and the same for D drive), which is usually where the OpenNI installer puts things.. (maybe it's in the C:\Program Files (x86)\ directory)
You may want to point CMake to exact place where OpenNI is by something like:
${DepthJS}\firebreath-plugin> ${FireBreath}/prep2010.cmd . "-DOpenNI_INCLUDE_DIR=C:\Program Files (x86)\OpenNI"

@daniloavila
Copy link

edit file doug-depthjs\firebreath-plugin\cmake\FindOpenNI.cmake:
change line 21 :SET(OPENNI_LIB_SEARCH_PATHS "C:/Program Files/OpenNI/Lib64/" "D:/Program Files/OpenNI/Lib64/")
change line 42: NAMES OpenNI64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants