MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Sometimes the IMU calibration program does get stuck on processing one particular orientation without progressing to the next step. Ideally, the camera should be placed on a flat surface without t...
-
The front-page link for RealSense SDK 2.0 resources, including documentation, is here:. https://dev.intelrealsense.com/docs The reliability of RealSense camera connections can be increased by usin...
-
My apologies. You mentioned executing code in Processing with a capital P, so I needed to check whether you were using a Java language called 'Processing'. Thank you for the clarification. The 'a...
-
Are you using the RealSense SDK's unofficial Java wrapper by edwinRNDR to run your Processing code, please? https://github.com/edwinRNDR/librealsense/tree/master/wrappers/java
-
RealSense SDK 2.0 does not include speech recognition, as the 400 Series cameras do not have a microphone. It might be possible to add speech recognition functions with an external microphone using...
-
Hi Everett, Finding the depth of a color pixel would usually involve aligning the depth image to the color image. If you are using Windows 10, the RealSense SDK has a compatibility 'wrapper' module...
-
If you are using Windows, this error is apparently a generic one that may not offer useful diagnostic information. https://github.com/IntelRealSense/librealsense/issues/2084#issuecomment-406056571 ...
-
Intel has published a guide to setting up SLAM with the D435i.and ROS. https://github.com/IntelRealSense/realsense-ros/wiki/SLAM-with-D435i
-
Thanks for the update - I look forward to your results.
-
The answer is a bit complicated. It has been demonstrated to be possible to do SLAM on an Android device using the Robot Operating System (ROS) software. And the RealSense SDK is fully compatible...