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-
Thanks very much. Your processor looks fine. Next, please return to the SDK Tools folder where you launched rs-capture from and this time run rs-hello-realsense. This program prints out a plain-...
-
Does your computer have an Intel or an AMD processor? You can find this by typing system into the text box at the bottom of your Windows screen, next to the button where you shut down the PC, to f...
-
Do you have any antivirus software installed on your PC? If so then this could block a camera. https://support.microsoft.com/en-us/windows/camera-doesn-t-work-in-windows-32adb016-b29c-a928-0073-...
-
There is a Python project called camera-fusion that calibrates multiple cameras against a ChAruco board instead of a chessboard. https://github.com/a1rb4Ck/camera-fusion
-
I considered using the RealSense SDK's box_dimensioner_multicam Python example box-measuring program, as it is possible to edit the code to remove the need for calibrating the camera against the ch...
-
Using a non-RealSense camera with software_device() using C++ language is discussed at the link below. https://github.com/IntelRealSense/librealsense/issues/10067 If you are aiming to calibrate t...
-
Although resolution and frame rate can be defined in a json with 'stream-height', 'stream-width' and 'stream-fps' parameters, in practice the camera pipeline will override the settings when streami...
-
I installed Unity 2020.3.15f2 on a Windows computer, created a new project with the 3D template and imported the Unitypackage file for RealSense SDK version 2.50.0. I opened the StartHere scene wi...
-
Yes, disabling infra2 is a valid way to reduce bandwidth usage in the ROS wrapper if you do not need the right-hand infrared stream. Doronhi the RealSense ROS wrapper developer has said about doin...
-
Thanks very much for testing rs-capture. Next, please try updating the graphics drivers on your Windows computer to eliminate the possibility that out of date graphics drivers (the OpenGL driver in...