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-
There was a C++ case in the link below that featured a slow IMU rate when using callbacks. A fix for the problem was turning off global time for the motion sensor. motionModule.set_option(RS2_OPTI...
-
Hi Karthikeyan A I ran thorough tests but was unable to replicate the Exception was thrown when inspecting Raw RGB Camera errors that you experienced. I was able to generate Error during time_diff...
-
Hi Karthikeyan A I am just starting some testing to try to replicate your problem with my own D455. I will update you again soon. Thanks very much for your patience.
-
Hi again Hanme Kim Due to the sensitivity of the high quality D455 RGB global shutter sensor, there are extreme corner cases where the RGB image may have a hue or have reddish colors. Intel beli...
-
If ROS was being used to access the IMU data, you could try unsubscribing from the IMU topic and then re-subscribing to it. If librealsense was being used, you could put IMU on a separate pipeline ...
-
Using the 2016 SDK is possible but complicated by a couple of factors: - SR300 cameras are difficult to purchase now. There are a couple of third-party SR300 compatible cameras called the Creativ...
-
Given that 400 Series cameras can "see" for a long distance in infrared mode, it would be best to consider infrared range in terms of the range of its projector, as the dot pattern emitted by the p...
-
Hi Leonardo Maretto The link below leads to a paper titled 3D Tracking of Human Motion Using Visual Skeletonization and Stereoscopic Vision where skeleton tracking was performed using the Matlab C...
-
In Python programming, separating color / depth and IMU into two separate pipelines (one for color and depth and the other dedicated to IMU) usually helps. https://github.com/IntelRealSense/librea...
-
Hi K Tchikaya As you observed, the Motion Module keeps working normally after a Motion Module Failure pop-up occurs. So it is not a serious problem. It is a known issue though that problems can o...