Coder Social home page Coder Social logo

Comments (13)

eddiecohen avatar eddiecohen commented on July 18, 2024

OpenNI has a method for it: Device.setImageRegistrationMode().
However, I'm not familiar with a libfreenect driver for OpenNI...

from openni2.

wpjsolo avatar wpjsolo commented on July 18, 2024

I use that method by:
if (device.isImageRegistrationModeSupported(openni::IMAGE_REGISTRATION_DEPTH_TO_COLOR))
{
device.setImageRegistrationMode(openni::IMAGE_REGISTRATION_DEPTH_TO_COLOR);
qDebug()<<"Registration OK!";
}
It print out "Registration OK!" every time.But the depth data and rgb data remain unregistrated.
How can I use it properly?

The introductions about libfreenect driver for OpenNI
https://github.com/piedar/OpenNI2-FreenectDriver
https://github.com/OpenKinect/libfreenect
http://community.openni.org/openni/topics/how_can_i_align_with_kinect

from openni2.

eddiecohen avatar eddiecohen commented on July 18, 2024

In that case, it's probably a bug in OpenNI2-FreenectDriver.
By the way, did you check the return code from setImageRegistrationMode()?

from openni2.

tomoto avatar tomoto commented on July 18, 2024

Hi wpjsolo,

I have several suggestions.

  1. Call setImageRegistrationMode() after starting the depth and image stream. setImageRegistrationMode() may not work before starting the streams due to the internal objects not yet created.
  2. As suggested by Eddie, check the return code of setImageRegistrationMode().
  3. If your call sequence and return code are correct but the problem still exists, file a report to https://github.com/piedar/OpenNI2-FreenectDriver .

from openni2.

wpjsolo avatar wpjsolo commented on July 18, 2024

Dear tomoto and eddiecohen:
I pull up my Openni2 and FreenectDriver.
I checked my call sequence ,it's right.And the the return code is 0(openni::STATUS_OK).
I also run libfreenect sample regview and Openni2 sample simpleviewer, the first is right and the second is wrong.
I wrote a temp blog to show details picture on http://blog.fishcy.com/?p=12
Can you give me some more advice? Thanks a lot!

from openni2.

eddiecohen avatar eddiecohen commented on July 18, 2024

So the bug is probably not in libfreenect (as its sample works), and not in OpenNI (as you get an OK status). As I said before, it seems the bug is in OpenNI2-FreenectDriver project...

from openni2.

tomoto avatar tomoto commented on July 18, 2024

Hi wpjsolo,

I see you reported this issue to https://github.com/piedar/OpenNI2-FreenectDriver . I think Benn (the author of OpenNI2-FreenectDriver) could help you.

from openni2.

wpjsolo avatar wpjsolo commented on July 18, 2024

Dear Tomoto and eddiecohen:
Thank you very much for patient answer.It's probably a bug of Freenect-Driver.
Apart from waiting the answer of the author of OpenNI2-FreenectDriver. Could you be kind enough to tell me some other way to use OpenNI2 on Linux with Nite2 and registration working well?

from openni2.

tomoto avatar tomoto commented on July 18, 2024

If you cannot wait, the answer is straightforward: read the source code and solve the problem by yourself, which I myself usually do under the same situation. Enjoy and Happy Hacking!

from openni2.

wpjsolo avatar wpjsolo commented on July 18, 2024

Dear tomoto:
I find out the bugs in Freenect-Driver and add a pull request.
https://github.com/piedar/OpenNI2-FreenectDriver/pull/44
Thanks again!
It's really happy.^_^

from openni2.

tomoto avatar tomoto commented on July 18, 2024

Congratulations!

from openni2.

hadisaadat avatar hadisaadat commented on July 18, 2024

Dear wpjsolo
I have the same problem, could you tell me how did you solve it?

from openni2.

michaelwolfram avatar michaelwolfram commented on July 18, 2024

For me it was enough to check the call sequence of the OpenNI functions.
Checking the availability and enabling the registration AFTER the creation of the color and depth streams changed the return code of setImageRegistrationMode() from 4 to 0.

from openni2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.