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-
Is the camera mounted to a fixed point or being held in the hand, please? I ask this because in the Viewer's measuring mode, once you define the measuring start point with the first left-click and ...
-
Hi Getirfanhabeeb In the RealSense SDK, converting 2D pixel coordinates to 3D world coordinates is called deprojection and is described in the SDK's Projection documentation. https://github.com/In...
-
Do you mean this align function in pyrealsense2: https://intelrealsense.github.io/librealsense/python_docs/_generated/pyrealsense2.align.html
-
I would say that whether the difference in FOV size is automatically taken into account would depend on how your application is programmed. If you are aligning depth and color using the SDK's alig...
-
Do you have to define the FOV manually with RANSAC? Because whilst D415 and D455 both have the same size FOV for RGB and depth sensors, the FOV of the two camera models is different.
-
Hi Zsy7788 A mechanical drawing of the D455 on page 114 of the current edition of the 400 Series data sheet document provides the diagram below for the rear of the D455. https://dev.intelrealsense...
-
I suspect that the solution will involve using plane fit. Some information resources about using this method for box measurement are in the links below. https://github.com/IntelRealSense/librealse...
-
A similar problem with No Frames Received that another RealSense user had was solved yesterday by recalibrating the camera with the Dynamic Calibrator tool. 昨日、別のRealSenseユーザーが抱えていたフレーム受信なしの同様の問題は、...
-
The latest version of the UWP driver at the time of writing this (6.11.160.21) may cause errors in Unity. https://github.com/IntelRealSense/librealsense/issues/7425 If you need to use UWP, it is ...
-
It is to eliminate the possibility that there is something in the current calibration of the sensors (such as a corrupted calibration table stored inside the camera) that is disrupting the camera's...