MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
The RealSense tutorials, which quote parts from a complete script, are best read in the context of the entire script so that you can see the instructions that come before and after the quoted secti...
-
I checked the Viewer's json export button. Its highlight tooltip text says that it only exports settings from the Stereo module, whilst the auto-exposure priority on-off control is in the RGB mod...
-
C# for loading a json file can be found here: https://github.com/IntelRealSense/librealsense/issues/2854#issuecomment-444803962 In the case of this example, the filename '1.json' refers to the "De...
-
I have carefully thought about the problem and cannot think of a way to reduce blur with the SDK when auto-exposure is enabled except to use a high FPS. An alternative might be to try using 30 FPS...
-
As far as I know, RealSense cameras do not have HDR built into their imagers (though they do have other measures to process strong sunlight). Dorodnic the RealSense SDK Manager details a workaroun...
-
1. Exposure and gain values do not update whilst auto-exposure is enabled. You can though get the actual values from the camera's metadata. When auto-exposure is turned off, the camera reads the...
-
You're very welcome. :) Of the two "active" options you referenced, the first one looks like it is still a 'passive' system, since like the cards you have now, it is drawing its power from the PC ...
-
I cannot speak for other brands of depth camera, but RealSense cameras are sensitive to the state of the USB port due to the large amount of data that the cameras transmit along the USB cable. The ...
-
I note that with the above hardware_reset method, it may not be ideal if using more than one camera. The link below has a script for iterating through all connected cameras when checking which one...
-
Great news! Good luck with your project :)