MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
There is an open source tool that can be used for comparing point clouds that is called CloudCompare. https://www.danielgm.net/cc/ https://www.cloudcompare.org/doc/wiki/index.php?title=How_to_comp...
-
The RealSense SDK has a tool called rs-enumerate-devices that can list the supported modes on the specific hardware that it is run on. https://github.com/IntelRealSense/librealsense/tree/master/too...
-
rs-tracking-and-depth is designed to be used with a 400 Series camera and a T265 Tracking Camera together at the same time. https://github.com/IntelRealSense/librealsense/tree/master/examples/track...
-
In MATLAB you can write an image to file with imwrite https://uk.mathworks.com/help/matlab/ref/imwrite.html
-
Raw RGB can be provided in a RAW Bayer format, which is recognized by Librealsense as a format called V4L2_PIX_FMT_RW16 Although recognized by the RealSense SDK as a legacy format for the sake of b...
-
I hope that the link below will be helpful to you. https://github.com/IntelRealSense/librealsense/issues/3764
-
Could you provide more information please about what you need help with? Thanks! If you are asking about which RealSense camera model is suitable for moving objects: If the object is at human wa...
-
I ran some tests under conditions similar to yours (3.2 USB connection and distance maxed to '16'). I found that the missing detail in the far distance was restored by going to the Post-Processing...
-
To get the extrinsics of an unrectified IR channel, I believe that you would have to look at the Y16 profile. Y16 is unrectified whist Y8 is rectified. This is because Y16 is used for camera cali...
-
You can use an SDK tool called sensor-control to read the intrinsics and extrinsics of both IR and depth streams. The link below has an example guide. Though the guide uses an SR300 camera, the p...