MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
There is only one available reference for streaming live RealSense images with Tkinter (in the link below), and that project also had problems. https://github.com/IntelRealSense/librealsense/issu...
-
Hi Pc Mehdi Heidarian The link below shows where timestamp functions are referred to in the frame.m file of the RealSense MATLAB wrapper. https://github.com/IntelRealSense/librealsense/blob/master...
-
Let's put aside the .so files for now and see if we can improve on the installation process by going back to the beginning. I checked again through the mixed installation method that you used to s...
-
It is a bit cold where I am too. :) In case your PYTHONPATH variable that tells the Python wrapper how to find your Python 3 installation is not working correctly, let's try setting up an alternat...
-
Hi Michael Mcgrath I studied your question carefully. If you need the functions of the RealSense SDK and ROS simultaneously, then perhaps you could base your project on ROS and create C++ or Pyth...
-
Translation: How to set the focal length of SR300. I want to use SDK API to set the focal length of the SR300 camera. Which API to use and how to set it? ********** Hello, the physical focal leng...
-
I am not aware of a mechanism for converting an SDK bag to a rosbag and vice versa. Some RealSense users have been successful in taking the approach of playing back bags to retrieve their data usi...
-
Hello, will you be running your Java application on an Android device please? If you are then the RealSense SDK has an Android compatibility wrapper and Java example programs. https://github.com/I...
-
Hi Getomboy Thanks very much for your questions. 1. Pages 66-68 of the current edition of the data sheet document for the 400 Series cameras describe FOV. The paper states that "The depth fiel...
-
The combination of a bag recorded in the RealSense SDK and RTABMAP may not be ideal. This is because there can be differences between a rosbag file recorded in ROS and the bag format that the SDK ...