MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
If you mean the three property sheet files, they simply contain linkages to the library files of librealsense, OpenCV and glfw / imgui graphics in order to set them up in a RealSense Visual Studio ...
-
An easy way to get started with RealSense C++ application development in Visual Studio is to use the three props property sheet files provided by the RealSense SDK. Information about doing so can ...
-
Hi Edenclaire8 I am not certain if this is what you are looking for, but once you have used points.get_vertices() with a numpy array then you can retrieve XYZ coordinates from the vertices, like i...
-
Hi Lch Intel have a guide at the link below about mitigating the negative effects of repeating ('repetitive') patterns that may be helpful to you if you have not seen it already. https://dev.intel...
-
You are very welcome. I look forward to your next report. Good luck!
-
Some drivers (drivers in general, not RealSense specifically) do display a very old date such as 2006 even though they were recently created. So the driver's displayed date is typically not an acc...
-
Hi Ofri As mentioned earlier in this discussion, it is not necessary to install the RealSense UWP driver unless using a product with UWP support such as the Microsoft Hololens headset. The driver...
-
What happens if you place a pipeline stop instruction at the end of the script? finally:pipeline.stop()
-
Hi, the link below may be helpful to you. https://support.intelrealsense.com/hc/en-us/community/posts/1500000722101-VSCode-use
-
Hi, I hope that the information at the link below for installing the RealSense SDK on Windows and setting up a C++ Visual Studio project using .props property sheet files will be helpful to you. ht...