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 the camera could be detected by the Viewer or by the Depth Quality Tool then you could use the Install Recommended Firmware option in the same menu as Update Firmware. This would automatically i...
-
The D435i is not officially supported on every computer / computing device that the D435 is. The following is quoted from the RealSense SDK's Releases page: "D435i is supported on Linux, Windows 1...
-
Sheethal Ng Do you have a D435i, please? Your mention of the HID Sensor Collection makes me think this.
-
Multiple cameras can improve depth quality, because in the areas where the field of view of the cameras overlap there are fewer blind-spots and there is redundancy in the data (because more than on...
-
Great news - thanks for the update!
-
I did further research on align processing speed but did not find much other than the advice already given, to use CUDA if your computer supports it and to build in Release mode. Another way to gai...
-
I hope that the guide in the link below will help you to overcome the module not found error on Raspbian. https://github.com/IntelRealSense/librealsense/issues/4375
-
Re-reading the case from the start, the problem may be that the OS being used is Raspbian and not Ubuntu. In which case, a special procedure to install the Python wrapper may be needed. I do apol...
-
After you compiled Pyrealsense2, did you update your PYTHONPATH please with the command below? export PYTHONPATH=$PYTHONPATH:/usr/local/lib
-
Hi Cnorton Pip install of pyrealsense2 will not work with Raspberry Pi unfortunately, because the pip packages for pyrealsense2 require x86 or x64 processors, and the Pi's processor is Arm (not 'x...