MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Post-processing changes will be processed on the computer. I believe that as json features are related to the camera's Advanced Mode, the camera hardware would handle them (the camera depth module...
-
Hi Paul Kruszewski The L515 is fully compatible with the RealSense SDK software. You can learn about the SDK at the link below. https://github.com/IntelRealSense/librealsense RealSense L515 ques...
-
RealSense aims to be usable on as many hardware devices and operating systems as possible, and include a minimum number of default dependencies in the SDK (as a lot of dependencies could make the S...
-
Is the RsDeviceInspector vital to your project, please? If the project involves hand tracking via a head-mounted D435i, and the RsDeviceInspector options are only accessible in the Unity editor's...
-
My own tests were done in Unity 2019.4.
-
I tried running the PointCloudDepthAndColor example that you highlighted in the GitHub version of your question and similarly had no problems after adding RsDeviceInspector and running the program....
-
It looks as though it is crashing before RsDeviceInspector even has the opportunity to collect information. Is there any difference if you change the Process Mode menu drop-down from Multithread t...
-
To run some tests, I installed the RealSense Unity wrapper on my computer in a new project with nothing else in it using realsense.unitypackage. I then browsed to the RealSenseSDK2.0 > Scenes > Sa...
-
Would it be possible to try updating to the latest 2.36.0 Windows SDK to see whether there has been a change since 2.34.0 (which was launched at the end of March 2020) that corrects your problem, p...
-
Are you using syncer in your project. please? There was a confirmed memory leak bug with that, and also in the frame-validator pb, that were fixed in SDK version 2.35.0. https://github.com/IntelRe...