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-
I am not certain of what you are describing. Would the Keep() method of storing frames in the computer's memory until the pipeline closes and then performing batch processing operations on all of ...
-
Thanks very much Berthold for the update!
-
Hi Berthold There is a history of SR300 cameras becoming non-operative after a Windows update. As this is resulting from a Microsoft operation, the only courses of action available may be to 'rol...
-
Hi Camporeale Andrea The IMU has separate streams for the gyroscope (gyro) and the accelerometer (accel). They can be set to: - 63 (accel) and 200 (gyro) - 250 (accel) and 400 (gyro) More info...
-
Further information about use of GLSL can be found here: https://github.com/IntelRealSense/librealsense/issues/7316 https://intelrealsense.github.io/librealsense/doxygen/classrs2_1_1gl_1_1align.html
-
Alignment is a very widely used technique by RealSense projects. Depth to color alignment can provide the benefit of being able to more easily distinguish between background and foreground pixels,...
-
Hi Matan Don't worry about line spacing, as that is how this forum formats text automatically. The data sheet document for the 400 Series cameras explains the +- 3 degrees value with the following...
-
You are very welcome. I'm pleased that I could help. :)
-
Hi Miguel Documentation with detailed descriptions for ROS topics accessed through the RealSense ROS wrapper is not available, though there is a documentation source that expands upon the topic in...
-
Hi S Roy I carefully researched for C++ examples that use get_data for point cloud generation but most references are in the Python language. The only script reference I could locate in C++ that ...