MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
Hi Patnisrj22 This is a limitation of the RealSense Viewer tool's Threshhold Filter interface, not the D455 specifically. The maximum settable distance of the filter is 16 meters no matter which ...
-
That's great to hear. You are very welcome :)
-
Queue size = 1 is the default 'performance' setting with minimum latency but a risk of frame drops. It is also advised to use a frame queue greater than '1' if you have enabled more than one str...
-
Whether you use the intrinsics of the stream that you are aligning to or the 'aligned intrinsics', both methods should provide the same results, as discussed by a RealSense team member here: https:...
-
Typically the map_to method of generating a pointcloud would not be used with depth-color alignment because map_to is already aligning (or mapping) depth to color, or color to depth depending on wh...
-
Hi Nguyenduyduc14. These two instructions are part of the same method for generating a point cloud. First map_to is used, followed by pc.calculate. For example: pc.map_to(color_frame) // Tell ...
-
Hi Nguyenduyduc14 In the link below, a RealSense user reported that export_to_ply resulted in four times as many vertexes and faces as a RealSense Viewer ply export. That x4 multiplication is con...
-
If the foliage has a light-reflective surface then that can make that surface more difficult for the camera to read depth information from. Attaching a physical optical filter product called a lin...
-
It's great to hear that you achieved a solution. Thanks for the update!
-
Hi Kimda0 The log states that your camera is being detected as being on a USB 2.1 connection instead of USB 3, which may reduce performance as a USB 2.1 connection is slower. [INFO] [1659501073.90...