Bobdavies2000
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Comments
Recent activity by Bobdavies2000-
After putting the problem aside, I saw the problem was my failure to provide the cfg (that I had so carefully constructed) on the pipeline.start. With no cfg parameter, start takes the default con...
-
Thanks, Marty.
-
It may help seeing more of the code: rs2::config cfg;cfg.enable_stream(RS2_STREAM_COLOR, width, height, RS2_FORMAT_BGR8, 30);cfg.enable_stream(RS2_STREAM_DEPTH, width, height, RS2_FORMAT_BGR8, 30...
-
MartyG - that made a big difference. I used a USB enumeration (https://stackoverflow.com/questions/3331043/get-list-of-connected-usb-devices) to verify that a D435i or T265 or both were present. ...
-
MartyG - thanks very much for the suggestions. I will update to 2.32.1 and investigate using the USB port ID.
-
MartyG - thanks for the response. I have provided the SN in the code you sent and got the following errors indicating that the FW had crashed. Unlike the D435i, the FW updates for the T265 are su...
-
MartyG - Thanks very much for the response. The example of running the point cloud process did what I needed: https://github.com/IntelRealSense/librealsense/blob/development/wrappers/csharp/Docu...