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 Steve Steve RealSense cameras can operate indefinitely so long as they remain within recommended temperature limits. Officially that limit is 35 degrees C. In real world conditions, I would e...
-
I believe that the emitter should be enabled by default. If you want to make certain that it is then the C++ code below will enable it. rs2::pipeline pipe; rs2::pipeline_profile selection = pipe...
-
Larger parts such as connectors, sockets and switches will be fine for a D435i. Such parts that typically have plain surfaces will also benefit from the D435i's infrared pattern projector componen...
-
Hi Dp If your problem is an i2C Read Fail error with a D457 on a GMSL connection and, like the original poster of this discussion, only a cold reboot corrects the issue then there was a similar re...
-
1. As the program name suggests, box_dimensioner_multicam is suited to the measuring of square / rectangular boxes. The camera should ideally be around 1 meter away from the observed object when ...
-
You can enable the 'RGB From Left Infrared Sensor' mode with a cfg configuration line in pyrealsense2 that sets infrared to use an RGB format such as RGB8. cfg.enable_stream(rs.stream.infrared, 1...
-
Was the new camera board without the casing when you purchased it? I have not seen a D415 module supplied like that. I would expect it to be in a metal casing, like this: If the reason that ...
-
If you are manually selecting points to measure between then there is no need to detect the object. The Python-based RealSense TensorFlow wrapper provides tutorial examples of automatically detec...
-
Hi Damiatamani456 The RealSense SDK has a C++ example program called rs-measure that can measure between two points on the image, instead of between the camera and a point. https://github.com/Inte...
-
Hi Halabyehayat The RealSense Unity wrapper is no longer updated, and the last update it received was several years ago in RealSense SDK version 2.47.0 in June 2021. So it will not have been test...