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 Brianj2758 Do you need the camera to be able to identify the objects in the grass from the image and name them, or is it sufficient for the objects simply to appear on the depth image?
-
Hi Benicio2 Your question has been responded to at the link below. Thanks! https://github.com/IntelRealSense/librealsense/issues/12895
-
Do you get results if you test the Python script at the link below, which instead of get_distance uses the method of multiplying the raw pixel depth value by the depth scale? https://github.com/Int...
-
The point cloud is generated using the RealSense SDK's pointcloud processing block, and specifically the instruction pc.calculate() https://dev.intelrealsense.com/docs/projection-in-intel-realsense...
-
Hi Shepel If a RealSense camera streams for several days before a failure occurs, typically the problem is not related to the camera hardware but to an aspect external to the camera such as the US...
-
Flash and EEPROM memory is non-volatile.
-
Hi Will Sommerville The regulatory certificates for RealSense camera products can be found at the link below, though do not include a certificate of volatility. https://www.intelrealsense.com/regu...
-
Hi Dmitrii Sokolov At the link below a RealSense user created an adaptation of the RealSense SDK's align_depth2color.py that exports depth and RGB frames to png image and also removes from the scr...
-
Hi Mibarrar1902 When the D457 is used in USB mode, it may be constantly detected as USB 2.1 instead of USB 3.2 if the micro-sized end of the USB cable is inserted into the base of the camera in a ...
-
Hi Chris Garner The RealSense Viewer tool applies a range of post-processing filters to the depth data by default, whilst a Python script applies no filters unless they are deliberately programmed...