MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
I did not know that there was a mechanism warning against USB2 use in the code of rs-fw-update but I see it now. I apologise for not being aware of that, as I usually do firmware updates of my came...
-
A RealSense team member advised that in order to check segfault of realsense-viewer, you can try this command: $ catchsegv ./realsense-viewer"
-
UPDATE: A 30 day free trial version is now available at the information page at the link below. https://www.intelrealsense.com/skeleton-tracking/
-
The D435 model should be able to cope better with low-light / dark conditions, because it has a wider IR imager that lets in more light than the D415. This can be a detriment in higher lux conditi...
-
If a USB drive heats up quickly, this can be an indication of a fault in the USB port or a bad USB cable. If the camera becomes hot within the first few minutes of use but another USB device does ...
-
As a next step, I would recommend eliminating the possibility that the camera's "calibration table" that is stored inside it is corrupted. This has been a past cause of firmware update failure. Pa...
-
rs-fw-update has a recovery option. Have you tried this please? In the documentation link below, scroll down to the line that begins "A camera/s might be in a recovery state". You will need a fi...
-
Dorodnic the RealSense SDK Manager and Jim Radford (one of the expert RealSense developers) offer alternative methods of setting up project dependencies in this discussion: https://github.com/Intel...
-
If you are writing your own application then you will not necessarily automatically get the same results as you do from the Viewer. This is because the Viewer has most of the Post Processing image...
-
Here are examples of the code to set depth clamp min-max in a json: "aux-param-depthclampmin": "0", "aux-param-depthclampmax": "65536", The easiest way to generate a json is to set the desired pa...