Bobdavies2000
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Posts
Recent activity by Bobdavies2000-
Gravity Vector on T265
I am running 2.34.0 version of librealsense under Windows 10 (latest release) and the acceleration vector looks incorrect on the T265. It is correct on the D400 series of cameras. To see the prob...
-
Infrared Images Windows 10 librealsense 2.33.1
When using my D435i camera under Windows 10, this statement: auto toStream = profiles.get_stream(RS2_STREAM_INFRARED, 1); Fails because get_stream could not find the stream in the profiles. But an...
-
intrinsic coeffs array
My D435i is correctly returning all the intrinsics - except the coeffs array. It is all zeros. If you run the rs-enumerate-devices example and select calibration data, it shows all zero for all c...
-
Lidar Camera
I ordered the new Lidar camera with an expected June 2020 delivery. I was surprised that I was billed for the full amount within a week of placing the order. I would have expected the charges to ...
-
Realsense context
Why does the T265 not show up in the rs::context? If a D435i and a T265 are present, I would have expected the device count to be 2. Instead it is just 1 - just the D435i. This can get messy wit...
-
Point cloud in C#
There is a map_to method in the C++ support for the D435i Realsense camera. I don't see the map_to interface in C# though. What am I missing? How should I obtain the point cloud in C#?