連結已複製
Yes, you can use the R200 for robotic SLAM. The article linked to below may be of use to you.
The '2016 R2' RealSense SDK for Windows also come packaged with Object Recognition and Scene Perception pre-made sample programs that work with R200. These samples can be accessed via the 'Sample Browser' application. This is inside a folder on the desktop called Intel RealSense SDK Gold that is put on the desktop when the R2 SDK is installed.
uhmm, not very useful
the library you pointed out does not work apparently for R200. And even if it was working it does only provide point cloud and 3d depth support.
What is the point of using it with openCV, as it won't run on a GPU nor an ASIC and thus would not be efficient enough to be real time.
With windows, can we do real time slam ?
why can't we simply take the windows code and adapt it to linux?
when searching for librealsense, here is the link I found https://github.com/IntelRealSense/librealsense GitHub - IntelRealSense/librealsense: Intel® RealSense™ SDK
And here are the first lines of the README of this library
Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).
the R200 series is not mentioned. but yes, in fact it is the SDK2
Thanks for giving me the former version link
Can we do more than just depth point cloud with the R200?
Otherwise a regular camera and a raspberry pi with opencv will do just exactly the same thing at a fraction of the cost.
