MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
You are very welcome. I'm pleased that I could help!
-
Hi Kimmo Liukkonen A RealSense user at the link below created and shared a C# conversion of rs-measure that can be downloaded as a zip file and extracted. https://github.com/IntelRealSense/libreal...
-
Hello, the most relevant guide may be the one at the link below, though it is now a few years old and some parts are outdated. For example, instead of installing version 3.10 of protobuf, the buil...
-
A C++ guide at the link below for setting up a new RealSense project in Visual Studio using .props property sheet files provided by the RealSense SDK may be useful to confirm whether your project h...
-
You are very welcome. I'm pleased that I could help!
-
Hi Jrj2211 You can track camera rotation without an IMU by using a plane-fit algorithm. https://support.intelrealsense.com/hc/en-us/community/posts/360050894154-plane-detection
-
I am not aware of a reason why it should not work with a Raspberry Pi. And the Pi has Arm chip architecture like the Jetson board range does. Until somebody tries it though then there is no way t...
-
Hi Imenmabrouk6 The most common method by which the RealSense SDK 2.0 (librealsense) can be successfully installed on Jetson Orin is to build it from source code and bypass the kernel. This can b...
-
Hi Irsvk The MIPI support in RealSense SDK 2.52.1 onwards relates only to the D457 model of RealSense camera and its use on a type of connection called GMSL / FAKRA instead of USB. https://store.i...
-
Hi Zahid Iqbal If you only need to generate a single frame of point cloud then you could export depth, or depth and color, to a .ply format pointcloud data file. That .ply could then be imported ...