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-
RGB color and depth originate from separate sensors. Depth is generated from the left and right IR sensors (hence stereo depth), with the 0,0,0 origin of the camera's coordinate system being at th...
-
Hi Jxpenggf A response to this question is posted in your other case in the link below. https://support.intelrealsense.com/hc/en-us/community/posts/1500001145522/comments/1500000958142
-
1. You can custom-configure gyro and accel IMU streams in C++ using code like the lines below: cfg.enable_stream(RS2_STREAM_ACCEL, RS2_FORMAT_MOTION_XYZ32F, 63);cfg.enable_stream(RS2_STREAM_GYRO, ...
-
There are very few RealSense related Python resources involving pickling unfortunately, and not many about multiprocessing either. I will add a Python link about RealSense multiprocessing suggeste...
-
Hi Chris Geiger The EtherSense Python ethernet networking project for connecting multiple cameras to a host computer uses pickle in its server and client code. https://github.com/IntelRealSense/li...
-
Whilst the 400 Series cameras can work with 940 nm, there is reduced sensitivity compared to 850 nm. https://github.com/IntelRealSense/librealsense/issues/3370#issuecomment-469287137 Turning off th...
-
Hi Yixun Liu There are no RealSense camera models with dual RGB sensors. We are unable to provide recommendations for non-RealSense cameras that may support such a feature. The D415 and D455 came...
-
1. When the laser is turned off, its IR light-source and projected dot pattern cease but the IR stream continues streaming frames, because the IR sensor and the projector are separate hardware...
-
depthSensor.set_option(realsense.option.enable_auto_exposure,0); should be set to '1' instead of '0', as 1 enables auto-exposure and '0' disables it. And of course, Auto_Exposure_Limit will not wor...
-
The message below is adapted from this link: https://github.com/IntelRealSense/librealsense/issues/9023#issuecomment-841079344 ************** こんにちは、以下の手順を使用して、WindowsにMATLABラッパーを最初から再インストールする方が簡単な場...