MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Looking at the D455 camera model from the front, the order from left to right is: Right Infrared sensor, RGB sensor, Infrared Projector and Left Infrared sensor. There is a diagram on page 144 of ...
-
Have you tried running the libuvc build script that I suggested above, please? https://github.com/IntelRealSense/librealsense/blob/master/doc/libuvc_installation.md
-
A Raspberry Pi cannot use the command -DBUILD_WITH_CUDA:bool=true and so that should be removed. It appears though that the problem may be that - DPYTHON_EXECUTABLE has a space after the - when it...
-
It is difficult to install the librealsense SDK on Raspberry Pi compared to other types of single-board computer unfortunately. Does the build method at the link below work for you, please? https:...
-
Does the same problem occur if you remove -j4 from the instruction and just use make
-
Hello, a RealSense user's guide at the link below for installing the librealsense SDK on Pi 4 and Ubuntu 22.04 may be a helpful reference. https://github.com/IntelRealSense/librealsense/issues/1150...
-
Hello, the ply export is generated by a software routine. https://github.com/IntelRealSense/librealsense/blob/ea975f8641a83a38a3f2ef3baa4cc42e94a75219/include/librealsense2/hpp/rs_frame.hpp#L780
-
Hi @kasperbalsby. On the D405 camera model, alignment accuracy is not likely to be something that needs measuring. This is because the D405 is not equipped with an RGB sensor and instead obtains th...
-
If a filter instruction contains the word .process then it is a command to activate the filter and apply it to the frames. After the decimation filter, the other filters that I would recommend en...
-
If the method in the link below does not work then realistically I believe that there are no further options for restoring the camera after everything that you have already tried, unfortunately. ht...