MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
MATLAB has a downloadable Function that can convert a depth image to a point cloud. Scroll down the page at the link below to the heading titled 'Depth Image to Point Cloud (MATLAB)' and click on ...
-
Once a bag file has had its color and depth frames aligned,you could save it as a .ply point cloud data file. I think trying to re-save aligned data back into a bag file would be like trying to in...
-
As the example provides a readout of the distance to a detected object once color and depth has been aligned, I would think that it does it for all frames (though when capturing frames from the bag...
-
There is an Intel tutorial for the Python language called 'distance_to_object' that shows how to align color and depth in a bag file. https://github.com/IntelRealSense/librealsense/blob/jupyter/not...
-
@Patryk Zoltowski Apologies if the above reply from me has only just appeared even though it was written 12 days ago. The forum sometimes puts comments into a moderation filter and hides them fr...
-
I develop in the Unity game creation engine and have never actually compiled a RealSense project in Visual Studio myself, so a member of Intel's support team (or the team members on the GitHub foru...
-
My apologies, I saw your reference now to the resolution of the glfw3.h error. I tracked down some advice on compilation given by Intel's RealSense SDK Manager to a user who had the same problem wi...
-
Awesome news, thanks for the update! :)
-
There was a similar case in April 2019 where a RealSense user who was using Rasbian was finding that it was getting stuck. https://forums.intel.com/s/question/0D50P00004IxUCGSA3/helloi-am-currently...
-
Somebody else earlier in 2019 who had a glfw3.h error on their SR200 used the following installation method to clear the error: ******************* sudo apt-get update && sudo apt-get dist-upgrade ...