MartyX Grover
- Total activity 2396
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 739
Comments
Recent activity by MartyX Grover-
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, ...
-
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...