MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
My research of the Metrics Region of Interest function indicates that it is not a RealSense SDK instruction that can be called upon in your own script, but is instead a feature that is programmed i...
-
The Nov 2021 firmware is 5.13.0.50. This firmware should only be used with SDK versions 2.50.0 or 2.51.1. Using it with a newer SDK version such as 2.54.1 could cause errors. If you need a prod...
-
If the camera is observing asphalt in a sewer and the asphalt is dark grey / black then the results may not be as bad as observing a smooth surface like a chair / desk. Asphalt will have texture o...
-
Yes, it is possible for the camera to be detected and then immediately disconnect. The camera may perform normally if inserted in a different USB port, indicating that the issue is with a particul...
-
Hi Kimmo Liukkonen A RealSense C# user at the link below shares a script that implements the Hole Filling filter. https://github.com/IntelRealSense/librealsense/issues/9006
-
Does it make a difference if you change is_depth_sensor() to is_color_sensor() dev = profile.get_device()for sensor in dev.sensors:if sensor.is_color_sensor():roi_sensor = sensor.as_roi_sensor()
-
In regard to defining the size of the ROI box with code, this could be defined with min_x, max_x, min_y, max_y. The link below has a Python script that demonstrates doing so. https://github.com/In...
-
Hi Arne Luken The best available reference for defining a ROI, including one for the RGB sensor, using Python code is at the link below. https://github.com/IntelRealSense/librealsense/issues/3427
-
Hi Arne Luken In the Depth Quality Tool there is a 'Set ROI' button next to the Enable Auto Exposure option in the side-panel. If you enter 2D mode and click Set ROI, you can then hold the left m...
-
Hi Dmitrii Sokolov I do not have information about visible pattern projectors beyond what is in the projector guide and so I cannot make guarantees about performance. In general though, having th...