-
Notifications
You must be signed in to change notification settings - Fork 26
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
R200 support #16
Comments
The F200 has the data for both depth, and infrared in one frame. I think the R200 has the third device as a feed for the infrared separate from the depth. I've been working through trying to figure out the R200 on another bug tracker. Maybe looking at that would help. |
@severin-lemaignan sorry! I still don't have the R200 device. R200's state is still "Out of stock". T_T |
Any update on R200 support? |
On Jan 15, 2016 3:18 PM, "Dalvik" notifications@github.com wrote:
Intel released a kernel patch that gets you the video formats, and a |
Did you mean the stuff under https://github.com/PercATI/RealSense_ROS/tree/master/r200_install/ds_uvcdriver? |
On Jan 15, 2016 6:01 PM, "Dalvik" notifications@github.com wrote:
They sent almost the same patch to the kernel_media mailing list but |
I tried it 3-4 weeks ago. R200 could be detected, however, there is no any stream output, even the RGB one. Are you able to get the RGB and depth streams? |
!!! @sthoduka thanks a lot for the link! It is a game changer! Especially considering that librealsense provides the registered depth + RGB streams and the intrinsic + extrinsic calibration! |
I'm the co-developer of librealsense (and of course I keep an eye on projects like this!). Our formal recommendation is that people move towards our library for the low-level layer. There is another internal open-source team developing a ROS node based on librealsense that will be available later (and projects like the RealSense_ROS repo are effectively deprecated). It would be great to have an interim ROS node, but keep in mind that Intel will also release a supported node based on librealsense at some point in the future. |
@severin-lemaignan Hi, I will plan to update this repo for research when my R200 device arrived. If you want to use realsense device, you can try the librealsense. Thx. |
Just to avoid duplicate efforts, Intel is to release an official ROS node: IntelRealSense/librealsense#30 |
I would consider Intel's node to be the duplicate effort. They are basing
it on librealsense which won't compile on anything other than an Intel
processor. This project is still relevant for anyone wanting to use
something like ARM. Since ROS has standard messages it should be easy to
switch between the two solutions and use Intel's solution on Mac OS X, and
this one on an ARM based robot.
|
@teknotus not sure if trolling? It's incredibly trivial to rip out the single SSE function in librealsense as several forks have done. In any case, the ROS node is now available: https://github.com/intel-ros/realsense |
Not trolling. There is more than one way to do things. I was just pointing
out that a new way of doing things doesn't make the old way suddenly
invalid. librealsense even uses two different back ends depending on
situation. The unifying interface of ROS avoids API fragmentation.
|
The R200 RGDB camera does not work yet.
Here a sample output of
realsense_camera_node
:Note that the video streams of the camera are visible in VLC/guvcview, but interestingly 3
/dev/video
devices are available while the F200 creates only 2./dev/video0
and/dev/video1
look both like depth maps (but not the same data, though), while/dev/video2
is the RGB stream.The text was updated successfully, but these errors were encountered: