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'm pleased to hear that it's working for you now. Thanks very much for the update!
-
What happens if the code is simplified to remove the If checks, and the '6000' is removed from waitforframes() like in the edited code below. rs2::context myContext;rs2::device_list devicesList =...
-
If you are able to use the RealSense Viewer tool, please look at the camera name at the top of the options side-panel. If the number beside the name is '2.1' then the camera is being detected as b...
-
Thanks very much for the update about your success!
-
Hi Eliko2000 As you have a constant illumination level from the LED lights overhead, you could try disabling auto-exposure and using a manual exposure value to confirm whether the lights are causi...
-
It is suggesting an old firmware version because 5.12.12.100 is bundled with the UWP driver installer. Because the UWP driver installer has not been updated for a while, it cannot offer a newer fi...
-
If you are not using products with UWP interfaces then you do not need to install the UWP driver. After ticking the check-box to remove the drivers, re-installing the UWP driver is likely re-apply...
-
I would recommend avoiding using the append instruction if possible, as in a RealSense Python script it often causes the program to stop receiving frames after only the first 15 frames. If you do ...
-
Hi Lch Do you have the option at the installation location of installing your own floor covering under the camera such as a mat that may be easier for the camera to read? Tilting the camera can ...
-
Thanks so much for sharing your solution with the RealSense community!