MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
Which computer / computing device are you using please? Is it a PC, or a developer board such as Nvidia Jetson?
-
Hi Yuri Pipchenko I am not aware of previous cases where LXD containers have been used with librealsense and my research of your question did not find any either. Docker containers can be used wi...
-
Hi Yiherng Would it be possible to provide an RGB and depth image of a typical scene that the camera is observing please? This will help a lot to diagnose accuracy problems that might be being ca...
-
If you are now using Python, some recently contributed example code for setting colorization options is here: https://github.com/IntelRealSense/librealsense/issues/8299#issuecomment-773833234 In re...
-
I am not aware of a means to grade depth from red to blue instead of blue to red, so if you are trying to reverse the color scheme with code and it is not working then it is not necessarily a probl...
-
Hi Olivier Huet I have examined your images very carefully. Would it be possible please to provide more detail about how your program works in order to help me to understand what it represents. ...
-
How I interpret your description above is that you would like to create a C++ program that is a standalone window that has no selectable options like the Viewer does (something more like rs-capture...
-
If you are installing on a computer with an Arm processor, the Maghoumi GitHub that hosts the libuvc instructions above also hosts a fork of Legacy Librealsense with added Arm support. https://gith...
-
Hi Yonatan Sy If you were using RealSense SDK 2.0 (which is incompatible with F200) I would suggest using an installation process called RSUSB backend, which was known before that as libuvc backen...
-
This is a difficult question. I suspect that the solution may lay in defining your own custom frameset using software_device or a custom processing block, as described in the link below. https://g...