MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
The link below has a script that uses the SDK's Python language (pyrealsense2) and mediapipe to get the distance using X and Y. https://github.com/IntelRealSense/librealsense/issues/9088
-
The Unity Asset Store has an OpenCV interface, though it is not inexpensive. https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088 Alternatively, as Unity uses C# code (a...
-
The RealSense Unity wrapper in its current state can only display camera information and does not have mechanisms for interactions such as moving an object.
-
Hi Saadisaadi1 The old 2016 version of the RealSense compatibility plugin for Unity at the link below was best suited for integration of RealSense into games using face, hand and gesture control. ...
-
Hi Cenkcetix Thanks very much for your questions. 1. D455f has not been tested underwater by RealSense users at the time of writing this. The main advantage of the light-blocking filters on th...
-
Hi Raymermed The RealSense camera model in the video is D435i. The D455 model has 2x the depth measuring accuracy over distance of D435i. This means that D455 has the same accuracy at 6 meters d...
-
GLSL would be problematic for Python because its implementation involves editing C++ RS2:: script instructions to RS2::GL:: but pyrealsense2 does not use RS2:: commands. The other way to offload ...
-
Hi Luke Bowersox RealSense camera hardware or the RealSense SDK software do not have a zoom function. RealSense firmware drivers are also not open-source and so do not have publicly available cod...
-
Hi Sohampadhye1998 Your code appears to be correct. Does RuntimeError: Frame didn't arrive within 5000 still occur if you use 15 FPS instead of 30, please?
-
There is limited information available about using OpenNI2 with RealSense, though the OpenNI2 / PCL point cloud 'grabber' discussion at the link below may be helpful. https://github.com/IntelRealSe...