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 checked the rs-fw-update tool and found that I also could not launch it from the SDK folder. I found though that it can be launched from the Command window using the steps below. 1. Go to the t...
-
If the camera shows as 'Intel RealSense D435i' (the correct name), this suggests that the firmware is okay. Crash or freezing issues with the Viewer may be caused by the OpenGL graphics drivers whi...
-
If your camera is in recovery mode due to a failed firmware update, please check if the camera can be detected by the RealSense Viewer program. If it can, the camera name may be shown as 'Intel Re...
-
Calibrating the camera is certainly a good start, as the images generated by the camera may be negatively affected if the camera has received a physical shock (a hard knock, drop on the floor or se...
-
Is the floor surface reflective please? If so, reflections on the floor from light-surfaces could affect the results by making the areas where the reflection is strongest harder for the camera to ...
-
A number of other users have experienced this error. My research indicates that the RealSense team members took a good look at it over these various cases but a single definitive solution did not ...
-
I see that Dorodnic the RealSense SDK Manager has responded to your GitHub question. I recommend asking about it there. Thanks!
-
As I said, the GitHub may be the best place to get a solution for this. If I were writing it myself though, I would consider moving the wait_for_frames line outside of the while loop, so that it w...
-
The GitHub is the best place for this particular question, and I see that you have already posted it there. Looking at your code though, my thoughts are: - Have you defined the values of start_num...
-
Trying to select exact frame numbers from a bag can be awkward. For example, if you wanted to browse forward and back through frame numbers like watching a video, the recommended solution for rewi...