MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Because Advanced Mode parameters like the ones that you described interact with each other in complex ways, they do not have publicly available documentation and instead are controlled with machine...
-
You should use the intrinsics of the stream that you are aligning to. So if aligning depth to color, use the color intrinsics. The RealSense Viewer applies a range of depth colorization / color ...
-
Hi Nguyenduyduc14 Thanks very much for your questions. 1. It is recommended to apply post-processing filters first and alignment afterwards. Performing alignment first could cause negative effe...
-
Would measuring between two points instead of between the camera and a point meet your requirements? The link below has an example of such a script for Python. https://github.com/soarwing52/Realse...
-
Hi Nguyenduyduc14 Here are some examples of combining alignment and post-processing in a single script. C++ https://github.com/IntelRealSense/librealsense/issues/2157#issuecomment-408458771 Pyth...
-
Intel's white-paper guide about HDR has Python code for controlling HDR Merge at the link below. https://dev.intelrealsense.com/docs/high-dynamic-range-with-stereoscopic-depth-cameras#32-controllin...
-
I am not aware of a maximum recommended resolution for Nuitrack SDK. Have you tried setting fullscreen mode to true in Unity instead of using windowed mode? https://docs.unity3d.com/ScriptReferen...
-
Hi Nguyenduyduc14. The RealSense Viewer tool applies a range of post-processing filters by default, whilst scripts that you create yourself do not and have to have post-processing filters deliberat...
-
Hello, thanks for your question. RealSense 400 Series camera models that can provide RGB from the infrared sensor (D405, D415, D455) can only stream it from the left infrared sensor. The right se...
-
You are very welcome, Nicola Ariutti - it's excellent to hear that your problem was resolved. Thanks very much for the update :)