MartyX Grover
- Total activity 2288
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 713
Comments
Recent activity by MartyX Grover-
The issue that you are experiencing may be different to the one that K Tchikaya had if the IMU is not involved. I will handle your question at the RealSense GitHub case that you have posted. Thanks!
-
Hi Aribeiro When problems are encountered when IMU, depth and color are all enabled at the same time, the two main methods for coding a workaround are to create 2 separate pipelines or to use cal...
-
For the benefit of future readers of this case, I am adding a link to a YouTube video about installation of RealSense and ROS on a Pi 4 with Ubuntu Server 20.04. https://www.youtube.com/watch?v=hOZ...
-
Excellent news that you found a solution - thanks so much for sharing it with the RealSense community!
-
I know you are the one who posted the GitHub message Jxpenggf - my message was aimed at other people, to let them know where to continue reading if this case here had no more comments. Intel's gu...
-
In regard to comparing MTCNN and dlib, the link below may be helpful: https://stackoverflow.com/a/61173890
-
For other RealSense users reading this discussion in future, it is continued at the link below. https://github.com/IntelRealSense/librealsense/issues/9076
-
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, ...