MartyX Grover
- Total activity 2288
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 713
Comments
Recent activity by MartyX Grover-
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...
-
Is the camera able to be accessed by the RealSense SDK's rs-capture example program and display the camera's streams? Instructions for launching rs-capture on Windows to test this are in the link ...
-
I would personally place the 'first=False' line after the Start_accel and Start_gyro lines to ensure that those instructions are carried out before first is set to False so that the code in this If...
-
As you are using Windows, please check in the Windows camera privacy settings that access to the camera hardware and permission for applications to access the camera are both set to On. Instruction...