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-
Hi again Shenlingwushi123 I received information from Intel about question 1 regarding the quantities of sync cable components required. The cable assembly ASSHSSH28K152 is only good for 1x master...
-
The pyimagesearch website has a face tutorial for Python, dlib and OpenCV that uses face landmarks trained on a dataset called iBug 300-W Guide https://www.pyimagesearch.com/2017/04/10/detect-eyes-...
-
Hi Shenlingwushi123 Thank you very much for your questions about hardware sync. 1. You can connect two cameras together with a sync cable created from the electronics diagram in the multiple came...
-
Hi Jin Chung Teng The SDK's Depth Quality Tool makes use of a plane fit algorithm to identify and establish the plane from 3D points. https://github.com/IntelRealSense/librealsense/issues/6338#issu...
-
I hanve responded at the RealSense ROS GitHub version of this question. Thanks! https://github.com/IntelRealSense/realsense-ros/issues/1453#issuecomment-710226770
-
Hi Zisoglou If you have a D435i camera with an IMU component then you can get the rotation of the camera using a C++ example program called rs-motion https://github.com/IntelRealSense/librealsense...
-
The difference between one image and another seems reasonable, considering that: - There is a reflective glass window inbetween the camera's apparent position and the observed person behind the wi...
-
Hi Dannguyen You can list the intrinsics and extrinsics details for all of the sensors using the rs-enumerate-devices tool by using the launch command rs-enumerate-devices -c ('c' stands for 'cali...
-
It remains a topic that is outside of my knowledge and best queried about on the GitHub. I did locate some information though, in the link below: https://github.com/IntelRealSense/librealsense/iss...
-
Hi Shenlingwushi123 When recording to a bag file with config.enable_record_to_file(path) the file is opened by the pipeline start command. This is demonstrated by the RealSense SDK's rs-record-pla...