MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
It occurred to me to check in the Viewer the settings it recommended for D415 in Y16 mode. For the D415, the supported resolutions were one of these two, at 15 or 25 FPS: 960x540 1920x1080
-
The script looks fine. I assume that you have an import pyrealsense2 as rs instruction on the first line. Could you confirm whether your camera is on a USB 3 connection please? You can do this b...
-
You just need to delete the config.disable_stream(rs.stream.depth) line. When using a custom stream configuration (cfg), the default configuration of the camera is overridden and only the streams ...
-
Y16 infrared 1 and 2 can only be streamed if the depth stream is not enabled too.
-
Hi Szhbchr. The number '2.1' beside the camera name in the options side-panel indicates that the camera is being detected as being on a USB 2 connection. Infrared 2 is only available on a USB 3 co...
-
Thanks very much Vinicius Ramalho for the update - it is great to hear that you were able to obtain the correct interposer cabling!
-
Are you using a USB 3 cable when using your own choice of cable, please? If a USB 2 cable is unknowingly used then the camera connection would be in USB 2 mode. The USB 3 cables that Newnex recom...
-
Hello, there is a case in the link below where a memory leak when starting after stop was reported, though it is associated with using query_devices(), which you are not doing in your script. htt...
-
Hi Reza Abiri In addition to the case that you quoted, there is also a later case involving this error in the link below. https://github.com/IntelRealSense/librealsense/issues/4712 In another ca...
-
Given that the image looks good, is it the measured values shown in green text that are failing?