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-
The depth and RGB have separate exposure settings, and separate auto-exposures. Depth exposure uses large values (its default is 8500) and RGB exposure uses small values (its default is 156). Furt...
-
With C++ and Python there are two approaches that have been used as a workaround: - Put the sensors on separate pipelines (IMU on one pipeline and depth / color on the other pipeline); or - Use c...
-
The coefficients are deliberately all set to zero on the 400 Series cameras, so this is not an indication of a problem. https://github.com/IntelRealSense/librealsense/issues/1430 Calibration readi...
-
Yes, LibRS is shorthand for librealsense. You may also see it described as LRS, librealsense2 or RealSense SDK 2.0 in some places.. Whilst librealsense 2.31 is certainly usable, I would encourage ...
-
Hi Dserbes1 The RealSense 400 Series cameras can export data to file in a range of formats, such as rosbag (the most efficient recording method), PNG image, csv, (textual information), raw (an ima...
-
There may be no further corrective action that can be taken with this particular camera unit, unfortunately. ************* 残念ながら、この特定のカメラユニットで実行できる修正措置はこれ以上ない可能性があります。
-
I will refer it back to Intel again to take another look at it as a follow-up to my earlier discussion with them.
-
Hi Shibata664 1280x720 at 6 FPS is still available on D415 and D435 / D435i. If you are using a D455 then 5 FPS is available at 1280x720. The UWP driver 6.1.160.21 is not required for using RealS...
-
Hi Yzkzero The cameras are calibrated at the factory.
-
Could you try your D455 with the rs-capture sample program please? This should display depth, RGB and IMU stream panels in a single window. You can find a pre-made version of this program in Wind...