Ask Your Question

jeadorf's profile - activity

2013-09-30 07:15:22 -0600 asked a question How to compile latest OpenCV with OpenNI 1.5.4.0?

I am trying to compile the latest OpenCV from the master branch with OpenNI support. Here is what I tried:

cmake -DOPENNI_LIB_DIR=/opt/openni-1.5.4.0/Lib -DOPENNI_INCLUDE_DIR=/opt/openni-1.5.4.0/Include -DWITH_OPENNI=on ..

However, this results in the following warning:

WARNING, OpenNI include directory (set by OPENNI_INCLUDE_DIR variable) is not found or does not have OpenNI include files.

Setting the variables OPENNI_LIB and OPENNI_INCLUDES directly did not help either.

2013-09-30 05:00:39 -0600 received badge  Editor (source)
2013-09-30 04:59:35 -0600 asked a question Which OpenNI version to use with latest OpenCV?

Which OpenNI version (OpenNI 1 or OpenNI 2 or latest OpenNI) shall I use when compiling the latest OpenCV (3.0.0.0-dev) from master with OpenNI support?

See also: