MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
If you want the color of an RGB pixel and not its position coordinate then there are few resources that I could find about this, and the found ones were in C++ code rather than Python. https://gith...
-
Hi Lenart, if you are using long length sync cabling then they may be vulnerable to electrostatic discharge (ESD), which can cause the frame counter on the camera to reset. The official Intel hard...
-
That should be a valid configuration for a D435 on a USB 3 connection, though this error would occur if the camera was being detected as being on a USB 2 connection. If that is occurring then chan...
-
Because the alignment lines were not 'commented out', I thought that your intention was to still use both align_to and pc.calculate. I apologize for misunderstanding. If you want to keep lines in...
-
Research of this Open3D error suggests that it can occur if depth and color have not been aligned so that they are the same size. I recommend placing the instructions below after the pipe.start i...
-
Hi Jomanaashraf8 Conversion of a numpy array back to the SDK rs2::frame format is something that has been attempted in the past by RealSense Python users but as far as I am aware it remains an uns...
-
Hi Yixun Liu The official SDK documentation page link below states extrinsic rotation to be column-major. https://intelrealsense.github.io/librealsense/python_docs/_generated/pyrealsense2.extrinsi...
-
There is not an equivalent option in the RealSense SDK to access a camera calibration matrix for RGB. As the SDK is fully compatible with OpenCV, it may be possible to calculate an RGB calibratio...
-
Pyrealsense2 historically has problems with exporting color to ply. The method in a script at the link below is the only method that has been confirmed to work. https://github.com/IntelRealSense/l...
-
All of that information is related to the camera manufacturing process and so the details will not be available publicly, unfortunately. All technical information that is publicly shareable is in ...