MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hi Siruili3333 An Android case at the link below suggests that IMPORTED_LOCATION should be defined in the CMakeLists.txt file as this path: ~/librealsense/build/librealsense2.so https://github.c...
-
If you would like to install on Ubuntu then I would recommend the libuvc backend installation method at the link below, as libuvc works well with Pi boards. https://github.com/IntelRealSense/librea...
-
Hi Vipulatluri98 If you have the option to use the Ubuntu OS instead of Raspberry Pi OS then I would recommend doing so, as installing librealsense for Ubuntu on Raspberry Pi can be difficult and ...
-
I'm pleased to hear that you achieved a solution! RealSense cameras have a minimum depth sensing distance that varies depending on the camera model. Because D455 is a long-range model that can d...
-
Regarding pyrealsense2 functionality: no, there is not any functionality lost from it when building in native mode. It can just make installation of the SDK a little more complex, as you have to u...
-
By default, the /video channels of a RealSense 400 Series camera are depth = /video0, infrared = /video1 and RGB = /video2. However, the /video number assigned to a device may change depending wha...
-
It s possible for non-RealSense tools to capture raw data from the camera if the RealSense SDK is built in 'native' mode, as described at the link below. https://github.com/IntelRealSense/librealse...
-
Hi Liam Neric You are correct, both the D415 and D455 camera models use the YUY2 RGB color format, as shown in the table below. However, YUY2 is the raw image format that the cameras generate...
-
When auto-exposure is enabled, if the FPS of the depth and RGB streams is the same then sync between depth and RGB automatically kicks in. You may be losing the benefit of this sync function by us...
-
RGB From Left Infrared has speckle on its RGB image because it overlays the invisible infrared dot pattern of the camera's IR projector. You can remove the pattern by disabling the IR Emitter, tho...