
Dhruvdarda2001
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Activity overview
Latest activity by Dhruvdarda2001-
Dhruvdarda2001 commented,
Thanks MartyG! This is helpful.
-
Dhruvdarda2001 commented,
Thanks MartyG, that is insightful! So, is there a function that can do exactly opposite of what "rs2_project_color_pixel_to_depth_pixel" is doing, as in, is there any pre-built function that can gi...
-
Dhruvdarda2001 commented,
Thank you MartyG for your response. Actually I am not able to do the sudo apt install since I am not using regular ubuntu but instead I am using linux yocto. Someone suggested me that I will need t...
-
Dhruvdarda2001 created a post,
Vector based implementation of "rs2_deproject_pixel_to_point" function
I have a code to get the real-world coordinates of a pixel which loops through each pixel and then calculates the real-world coordinate. I want a vector based implementation of the same function so...
-
Dhruvdarda2001 created a post,
Install Intel realsense sdk 2.0 in Linux Yocto inside NXP I.MX 8 Mini
I am trying to install Intel realsense sdk on the imx 8 and I am following the regular linux installation from this link: https://dev.intelrealsense.com/docs/compiling-librealsense-for-linux-ubuntu...
-
Dhruvdarda2001 commented,
Thank you @MartyG. This helps! I am actually using the Python API, so the same thing would be available there as well, right?
-
Dhruvdarda2001 created a post,
Processing inside the Camera internal processor
I want to do some custom pre-processing on the RGB images before they are used for getting the depth frames from them. This pre-processing includes cropping and some algorithm that is needed for my...