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 Edenclaire8 If I were creating a similar program myself then I would try to adapt the RealSense SDK's Python example program opencv_viewer_example.py which uses hstack to display the depth and ...
-
Hi Toni Divic The json parameter for A-Factor is param-amplitude-factor, which can be defined in a json camera configuration file like this: "param-amplitude-factor": "0" The default value is '0...
-
The bounding box is calculated in the measurement_task.py script of the project. It calculates a cumulative pointcloud from the pointclouds of all attached cameras and then works out the coordinat...
-
Hi Edenclaire8 The box_dimensioner_multicam.py example program is not using an object detection algorithm. Instead, it calculates a combined pointcloud made from depth data from each attached cam...
-
Hi Nimrodravinthat The D457 camera model has its own dedicated data sheet document that is separate from the main 400 Series data sheet. Mechanical drawings are on page 60 onwards. https://www.in...
-
My understanding is that the active pixels of the camera are 1280x720 but when depth is generated the image is rectified, downsizing the image in the process. If 1280x720 resolution is selected in...
-
Hi Toni Divic The RealSense Viewer software tool is useful for determining the optimal resolution for a particular model by looking at the default resolution that is set for a particular camera mo...
-
This question has been responded to at the link below. Thanks! https://github.com/IntelRealSense/librealsense/issues/11980
-
We can at least conclude from this test that the camera's RGB sensor is likely not the cause of the problem, since the RGB from infrared stream comes from the left infrared sensor and not the RGB s...
-
The D455 camera model has the ability to stream RGB from the left infrared sensor instead of the RGB sensor. In your own script, if you change rs.stream.color in the config line to rs.stream.infra...