MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
When capture is activated, if you have auto-exposure enabled then the first several frames are spent settling down the auto-exposure values. You can either disable auto-exposure and use your own e...
-
A RealSense user posted an align script for Python a couple of weeks ago. Their approach was to save color as a PNG and depth as an array of scaled matrices saved as an .npy file. https://github.c...
-
The best way to do an alignment of depth and color data is to record the streams into a type of file called a 'bag'. Once you have a bag file, you could use Intel's Python tutorial for aligning de...
-
I believe the log file associated with LRS_LOG_LEVEL= DEBUG should be a file with the extension .log. Is there such a file in the build directory of your project, please? The GitHub will be the be...
-
The MATLAB wrapper is only for Windows 10, unfortunately. Other users have asked about this too. https://github.com/IntelRealSense/librealsense/issues/4977 https://github.com/IntelRealSense/libre...
-
If there were a bug in the RealSense DLLs, how long it would take to release a fix would depend on the complexity of the problem. It would take longer if the fix had to be incorporated into the f...
-
You could reduce the complexity by using a powered hub with 12 ports instead of 4. You can see what is available by searching stores such as Amazon for 'powered USB 3.0 hub 12 ports'. Given the p...
-
If your aim is to detect whether an image has speckles, OpenCV might be the best way to do it. Google for 'opencv detect speckle'. Here is an example: https://answers.opencv.org/question/54254/so...
-
It looks as though your question is related to your previous question about alternating the projector on and off each frame, where it was suggested that you use the instruction RS2_OPTION_EMITTER_O...
-
Thanks very much for the detailed update, Marc! I spoke with Miro (your contact) at length yesterday regarding NDA sign-ups and was given some policy clarification. Not every situation is appropri...