You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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"
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?
The text was updated successfully, but these errors were encountered: