-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
openNI2 support for RealSense SDK2.0 #1168
Comments
Hello @cseJuha, We are currently developing wrappers for the D400 cameras based on use case prioritization and technology demand. The OpenNI2 project has been dormant on GitHub for at least 4 years and is no longer maintained. Please let us know what are your specific requirements and use cases for using RealSense with OpenNI2. Regards, |
Thanks @jlgarcia75 Im looking for just getting D400 work with openNI2 viewer at this point. Im more than happy to assist on this one. You can PM me on skype cseJuha. Im sure this is something that lot of devs would like to see happen because it would make old kinect apps work with D400 on small changes. |
Hello @cseJuha, The engineering team has been made aware of your request. Regards, |
I’m also interested in OpenNI- I’ve ordered one of your cameras and was hoping for some standard support so I don5 have to special case each camera |
Asus and Orbbec has openNI2 support already on their cameras and i think many devs has move to one of these only because of this support. |
I have forked the openNI2 for my own purposes to create a CMake version of it so I can fix a couple of things. If I get that going I can make it available. Right now the OpenNI2 project doesn't use CMake which is becoming the more useful environment. |
Hello @cseJuha and @DominionSoftware, We have other Kinect users asking for Unity and Unreal, can these be suitable for your usages? Also, what more do you need to move ahead to implement OpenNI support? Our wrappers are open-source, and the contribution guidelines are very simple: https://github.com/IntelRealSense/librealsense/blob/master/CONTRIBUTING.md You can create a PR at your convenience. Regards, |
Hi @jlgarcia75 Im more than happy to help. Do you have some kind of instant messaging in availability or do we only communicate tru github? |
Hi @cseJuha, You can do everything through GitHub. Please follow the guidance in https://github.com/IntelRealSense/librealsense/blob/master/CONTRIBUTING.md Regards, |
After some research i found that orbbec has openni source available on github. could this help you guys to modify your driver to fit to openni2? https://github.com/orbbec/astra/tree/master/src/plugins/openni_sensor Unfortunately making drivers is not really my core thing so i need some help with this one. |
A couple things:
The OpenNI2 code base is not based on CMake. This makes it less appealing as they give you a Visual Studio 2010 solution, for instance, which is going to be stale soon if not already.
I have successfully moved the basics of OpenNI2 to CMake under Windows VS 2015. I did not do any of the wrapper stuff.
If anyone is interested in helping with this effort on other platforms I think it could help OpenNI move forward and make writing drivers simpler.
Let me know and I’ll push my changes up to the fork. Specifically it needs to be built and tested under Linux. And then people can put the wrappers for Java etc back in.
Thanks.
Rick Frank
Dominion Software, Inc.
825 Beacon Street
Newton, MA 02459
Medical, Scientific, and Industrial Software
On Feb 28, 2018, at 9:22 AM, cseJuha <[email protected]<mailto:[email protected]>> wrote:
After some research i found that orbbec has openni source available on github. could this help you guys to modify your driver to fit to openni2? https://github.com/orbbec/astra/tree/master/src/plugins/openni_sensor
Unfortunately making drivers is not really my core thing so i need some help with this one.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1168 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ASbw4m8mP3LWjz3UV6m_SORo6Pmd6VR9ks5tZWE0gaJpZM4SB4bv>.
|
Hi guys is there any news about this? I only see openCV implementations from for Intel but they are not that good quality. Is Intel working on openNI2 support at all? |
Hi @jlgarcia75 Wonder if you have any updates on OpenNI. I got serveral d400 cameras, and openNI could make it lot easier to use them in my app Thanks |
I am also be interested in OpenNI / OpenNI2 support. However I would also be happy with another good quality option (other than OpenCV). |
Hi, I am also interested in OpenNI2 support. Any progress in this ?? |
Any one who interested in OpenNI, could you describe the use-cases? Now I'm working on driver and already implemented core features (and possible going open source soon). But OpenNI API is rich and many options can't be tested using default NiViewer.. |
@wongfei - Thanks for the note! I am only interested in smooth skeletal tracking (hoping to avoid having to depend/distribute 3rd party libraries). I am not concerned about their comprehensive API. |
Thanks. I am interested in getting smooth depth and IR Streams to develop my own application. |
OpenNI is a defacto standard device abstraction layer and most successful development bricks have taken care to use it so they app can be made compatible with kinect, structure, astra, ... rather bound to a specific device. The life of OpenNI seems the one of each company getting in the field (PrimeSense > Apple, then Structure and currently orbbec. I can't believe an Intel-driven ecosystem could actually develop without devices being supported there... which end up here: https://github.com/IntelRealSense/OpenNI2 |
I'm also interesting in smooth skeletal tracking with realsense d435. @wongfei , can you help me? |
As for now I can only provide some not official experimental binaries for Win8+. Package contains OpenNI2/Nite2 samples with RealSense2 driver and supports Color/Depth/IR streaming and user tracking. https://drive.google.com/open?id=1udb59IunTXW9xUKlO21RYj71BYrdQOEx |
I'm also interested. I'm making software that works with Orbbec Astra, Xtion 2 and Realsense D-series cameras, so it would be very interesting if we could use the same codebase using OpenNI2 for Realsense. |
Issue Description
Is there posibility to get realsense.dll and LibrealsenseWrapper.dll work with openNI2?
The text was updated successfully, but these errors were encountered: