MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
T265 questions are now handled by the RealSense GitHub forum, so future questions about it should please be posted there. https://github.com/IntelRealSense/librealsense/issues The T265 does not ha...
-
I hope that the discussion in the link below about this error with Pyrealsense2 and Raspbian Buster will be helpful. https://github.com/IntelRealSense/librealsense/issues/4375
-
If you are asking whether the T265 can be paired with the 2013 Perceptual Computing Camera, my understanding is that it should work with most depth-capable cameras, whatever the model.
-
The T265 has two fisheye sensors with a monochrome image and lacks an RGB sensor, so would not be usable as a conventional webcam. You can get a webcam-like image from a fisheye. https://github.co...
-
I am not aware of another source of files for the multi-camera Intel mount blueprints. 3D printing blueprint library websites such as Thingiverse, TinkerCAD and GrabCAD have a wide range of differe...
-
The RealSense Viewer is open-source, and so you are free to create your own custom version of it without the interface elements that you list. https://github.com/IntelRealSense/librealsense/tree/...
-
Thanks very much, I look forward to updates. Good luck!
-
Though the D435 has a wider field of view than the D415 and so there may be some minor differences in output in that respect, in most cases a program that works with D415 will work with D435.
-
There is a RealSense sample program for OpenCV called rs-kinfu that makes use of GLFW as a dependency to generate a point cloud. https://github.com/IntelRealSense/librealsense/tree/master/wrappers/...
-
Post-processing is performed on data outside of the bag file. Once the post-processing is applied in the Viewer, you can save the amended image as a 2D file (png, raw, csv) or a 3D point cloud fil...