MartyX Grover
- Total activity 2396
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 739
Comments
Recent activity by MartyX Grover-
Hi P Woronow If you are aiming to measure the distance between the camera and an observed object, Intel have a Python tutorial in Jupyter Notebook format called distance_to_object in the link belo...
-
The link below has a C# case where there was a start delay when using 16 cameras. https://support.intelrealsense.com/hc/en-us/community/posts/1500001407122-Loading-of-16-Intel-real-sense-D455-camer...
-
Hi Hcharrier Can you confirm please whether your project using multicam code to automatically build a list of attached cameras with ctx.QueryDevices and creating a pipeline for each, like the exam...
-
Hello, if you would prefer a mostly pre-made solution then the D435i-compatible Nuitrack SDK commercial software package may suit your needs. It provides Unity integration and can detect the coord...
-
Hi Jay The Intel downloads hub-page for the 2016 SDK is no longer available. You can though download the 2016 Windows SDK's 'R2' version from the direct link below. Clicking on the link will launc...
-
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...