MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
You are very welcome :)
-
If you used hole_filling = rs.hole_filling_filter(2) then you could try '1' in the brackets instead, as mode 1 ('farthest from around' - use the value from the neighboring pixel which is furthest a...
-
Thank you. Disabling the IR emitter can have the side-effect of reducing the amount of detail on the depth image, unless the scene is well illuminated so that the camera can make use of that ambie...
-
If you are using a RealSense 400 Series camera model that is equipped with a projector, how is the image affected if you disable the projector's IR emitter to turn off its light source? import py...
-
Hi Luke Bowersox The data sheet does not list the 848x100 and 300 FPS mode. It is designed for use only with models equipped with a fast global type shutter on the depth sensor such as D435 / D43...
-
The link below has a Python example of a script for using every 'nth' frame. https://github.com/IntelRealSense/librealsense/issues/3169
-
Hi Luke Bowersox The stream configuration cannot be changed whilst the stream is enabled, but you do not need to perform a hardware reset to change it. You can instead stop() the pipeline, set a n...
-
Hi Fpelegri If the boxes on the conveyor are being viewed by the camera from an overhead position then I would recommend first checking whether shadows around the boxes are creating an incorrectly...
-
Hi Fpelegri You could set a visual preset camera configuration to see if it reduces the sharpness of the edges. If you are using Python then a reference for doing so can be found at the link below...
-
As far as I am aware there is no post-processing (processing that is calculated on the computer's CPU instead of on the camera hardware) that is applied to images as a consequence of changing the g...