MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
I researched your question extensively, and the best guide that I could find for building samples and applications in the C# wrapper is in the link below. https://github.com/IntelRealSense/libreals...
-
Thanks very much, your edit was a good approach. I will make a note to look at it tomorrow (I am off-duty now). There is a tutorial for using two 400 Series cameras together here: https://www.in...
-
All camera issues not related to T265 and L515 can be handled on this forum. This includes all 400 Series cameras and SR300 / SR305. I am on both this forum and the two GitHubs (the main one and t...
-
Hi Andre Can you re-post your message on the RealSense ROS GitHub forum please, as cases involving the T265 or L515 are not handled on this forum. You can do so by visiting the link below and cli...
-
The L515 is a lidar depth camera that uses a proprietary mirror developed by Intel to project a laser from a low-power package that is small in size. The official information page for the L515 can...
-
The infrared emitter can project a semi-random pattern of dots onto the scene that can be used as a texture source to analyse flat surfaces with little or no texture for depth detail. Such surface...
-
The depth image on the 400 Series cameras is constructed from the left and right infrared images. To get distance, you only need to have the Depth stream enabled and do not need to have the infrar...
-
If you are asking if you can get distance without using the IR Emitter, the answer is yes. The 400 Series cameras can use the ambient light in a scene (including sunlight) to analyse surfaces for ...
-
When a new RealSense camera is launching, the official RealSense store tends to get stock first, and the store can ship the D455 directly to India. So when pre-ordering, it makes sense to purchase...
-
You are correct, for now Python 3.8 users currently need to build pyrealsense2 from source instead of using pip. I filed an official feature request with Intel last month for Python 3.8 support fo...