MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
The only combined OpenCV / software-device programming reference that I know of is at the link below, which describes how to align a RealSense camera with a non-RealSense camera. https://github.com...
-
If you need to import depth frames from a non-RealSense camera into the RealSense SDK then you may be able to do so by reading the frames with OpenCV and then feeding the frames into the RealSense ...
-
Hi Paulina Lewinska The RealSense Viewer tool was of course designed for Intel RealSense cameras. It is sometimes possible though to access the RGB sensor of a non-RealSense camera in the Viewer ...
-
Depth-color alignment is optional. You can have separate depth and color images too. The D405 and the D455 class of camera can provide two different types of RGB. One is a 'normal' RGB image. ...
-
Do you have access to the RealSense Viewer tool? If you do, can you open the Stereo Module > Controls section of the Viewer's options side-panel and see what the 'Asic Temperature' is after the ca...
-
Hi Edenclaire8 I am not familiar with Panda3D, though there is a RealSense pointcloud generation project for it at the link below that you could compare to your own code. https://github.com/ikalev...
-
Hi Sohwa427 Ideal range applies only to the depth sensing. It is the range in which you will get the optimal depth accuracy. The RGB and infrared streams can see much further as they do not have...
-
Hi Daphna Any camera in the RealSense 400 Series range other than D405 can meet the 0.5 m to 1.5 m distance requirement and can be used outdoors. Based on your criteria, the D455f model is likel...
-
The Depth Quality Tool does not have separate RGB controls. If you choose a percentage (20, 40, 60 or 80) from the Region of Interest drop-down menu in the side-panel then the 'Metrics Region of I...
-
If that code did not work then there are not any other references available for setting an RGB ROI unfortunately as it is very rare to do so with code. I do apologize.