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 Alon Aside from replacing the Vision Processor D4 board as suggested to Werner, there is not a mechanism for resetting the firmware limit counter, unfortunately. This restriction has been in ...
-
The default depth resolution of D455 is 848x480. The higher resolution 1280x720 is also supported for depth though. If you are using RGB color then that is 1280x720 by default. Custom configurat...
-
Hi Murali D I can only advise about Intel RealSense cameras, not other types of camera.
-
You can define a depth clamp min-max in the json. "aux-param-depthclampmin": "0","aux-param-depthclampmax": "65536", The values 0-65536 represent the raw pixel depth values. You can find what th...
-
Fast Charge ADAS found a solution and shared it at the link below. https://github.com/IntelRealSense/librealsense/issues/13204#issuecomment-2271871310
-
It's great to hear that you were successful. Thanks so much for sharing your solution!
-
What method did you use to create your json file, please? Did you export it from the RealSense Viewer tool? If you are, is one of the preset files from the link below able to work with the json l...
-
Hi Coltongcunningham RealSense cameras do not have an optical zoom mechanism on their sensors. The focus of the lenses is fixed. You can set a Disparity Shift in the RealSense MATLAB wrapper to...
-
Hi Dimouzoi Yes, RealSense 400 Series cameras such as D455 can provide data in real-world scales and distance (in meters).
-
Hi Hannes With D435 cameras, depth is measured from the front of the camera. You can choose to manually add -4.2 mm to depth measurements to obtain a 'ground truth' measurement from the sensor le...