MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
Hi Urs What computer or computing device have you installed librealsense on please? (PC, Mac, Raspberry Pi, Nvidia Jetson, etc). Thanks!
-
The 2D mode of the Viewer has a Save Snapshot option in the top corner of stream panels that will save the content of the panel to a chosen location as three files of different formats (png, csv an...
-
Hi Marc Dhaubenstock You can read detailed calibration information from your camera by running the rs-enumerate-devices tool with the launch command below: rs-enumerate-devices -c If you are usi...
-
The D415 does have around 2x less depth error over distance than the D435 (though at close range the difference between models is very small). D415 also has optimal depth accuracy at 1280x720, c...
-
This is the only download link for the software that I could find. *************** C'est le seul lien de téléchargement du logiciel que j'ai pu trouver. https://support.lenovo.com/us/en/downloads/d...
-
As the high speed capture is governed by the camera firmware driver, there isn't a way as far as I know to use the RealSense SDK to move the area of the camera's field of view in 848x100 resolution...
-
If you require a full-screen view with a high FPS, the ball tracking advice in the link below should also be helpful. https://support.intelrealsense.com/hc/en-us/community/posts/360048928994-Switch...
-
The RealSense SDK's High Speed Capture mode may suit your needs. It can stream at 848x100 and 300 FPS. Because it only shows the center area of the camera field of view, it only has the process...
-
Hi Cor2 Yes, multiple RealSense 400 Series cameras (such as D435) can be connected to Jetson boards such as Nano and Xavier and the RealSense SDK can be used with them. Jetson is a popular option...
-
Hi Cor2 If you wanted to crop the height and width (XY) of an RGB or infrared image (not a depth image), OpenCV would be an option to investigate. Google for opencv crop image for more informati...