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 Shigeyoshi Ohara A D435 may be identified as a D430 by the camera's firmware driver if the RGB sensor cannot be detected. In extremely rare cases this may be because an internal cable in the D4...
-
L515 is best suited to indoor use under controlled lighting conditions. Page 7 of Intel's Specification Clarification PDF document (a link to which is available at the top of the firmware releases ...
-
I do not have that information. I recommend posting a new case on this forum with F455 in the message title instead of D455 to ensure that an Intel support team member knowledgeable in F455 can as...
-
Hi Victor. Yes, the i7 processor that you are using should be suitable for handling 4 cameras simultaneously on the same computer. What method are you using to launch the cameras in ROS, please. ...
-
Thanks very much for the images. The one of the Depth Quality Tool demonstrates that the camera is capable of displaying depth information. Can you confirm please that you do not have another Real...
-
You are very welcome, Karim - it's great to hear that you were successful. Thanks very much for sharing your code fragment with the RealSense community!
-
Hi Karim. The link below has an example of a Java depth frame to CV_16U1 conversion script. https://github.com/IntelRealSense/librealsense/issues/5185#issuecomment-550266254
-
Hi Kfadeeva. I would recommend exploring whether direct access to the camera sensors through the Low-Level API described in the link below can meet your needs. https://github.com/IntelRealSense/lib...
-
I should emphasize of course that downloading .exe files from the internet is generally a bad idea because of the risk of viruses, malware, etc. This is an official link directly to an Intel downl...
-
Hi Hvtrung As a starting point in investigating your case, could you try moving your colorizer = rs.colorizer() instruction to the line directly beneath your pipeline start instruction so that it ...