MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hi Daisuke Sudo There is not a clear definition in the 400 Series data sheet about FHD (1920x1080). Resolutions lower than this are described as HD. The RGB sensor supports up to 1920x1080 thou...
-
You have a good point Eduardo, the contributions in the Community Projects section are links to the contributers' own project pages (added as documentation rather than SDK code). I have highlighte...
-
That's really great Eduardo, thanks! :) The SDK's Examples page has a community projects section where RealSense users are welcome to contribute their own programs and guides. https://github.com...
-
If you just wanted to take a PNG image of a single frame with C++ then there is the save-to-disk example. https://github.com/IntelRealSense/librealsense/tree/master/examples/save-to-disk If you ne...
-
Another approach that has worked on Nano in at least one case is to build librealsense with the JetsonHacks instructions and then follow the advice in the link below to install the Python wrapper. ...
-
I have not seen that particular problem before. If you are installing librealsense on the SD card, I wonder if the card does not have enough storage space left available to copy the file, especial...
-
Have you got a swapfile set up on your Jetson? It provides "virtual memory" created from storage space on the SD card, and programs can use this virtual memory when the normal memory is used up. h...
-
What step of the installation does it freeze at, please?
-
Hi Matan A useful tip for getting search results that are relevant to the modern SDK is to have the word librealsense at the start of each search term. This ensures that the search focuses on the...
-
Hi Henry, the documentation says that the DLL should be in the 'download folder'. I would recommend finding the file by going to the top folder of the program folder and doing a file search in the...