MartyX Grover
- Total activity 2396
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 739
Comments
Recent activity by MartyX Grover-
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...
-
Hi Abhi5454 If the external cameras are also RealSense 400 Series cameras then the RealSense SDK's Python box_dimensioner_multicam example program demonstrates how multiple RealSense cameras can b...
-
Hi Dev Luenah If you are generating a 3D point cloud and would like to generate a line that follows the 3D contours of the cloud then drawing a polyline might be a suitable method to use, as descr...