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-
A general ROS user (not RealSense) who experienced this error with a bag suggested using the --rate command of rosbag play. https://github.com/cra-ros-pkg/robot_localization/issues/584#issuecomment...
-
Hi Dewan8511 If you are using a single camera and are able to compile a C++ application then the RealSense SDK's rs-kinfu (KinectFusion) may suit your needs. Instead of combining multiple point c...
-
That's great news that you were successful. Thanks very much for the update!
-
1. The EEPROM flash memory storage chip that the calibration data is written to is on the camera depth module board. This is confirmed in a table at the top of page 45 of the current edition of t...
-
Hi Purchase Please check the Windows privacy settings to confirm whether permission for the camera hardware to be accessed and permission for applications to access the camera are both set to On. ...
-
Hi Alex, a discussion about use of external IR illuminator lamps with RealSense 400 Series cameras at the link below may be a helpful reference for you. https://github.com/IntelRealSense/librealsen...
-
I researched your question above carefully but the only pointer related references in the SDK's official rs2::frame documentation page relate to get_data() and get_profile() https://intelrealsense....
-
Hi Alexrodriguez328456 If you are using Windows, please check in the Windows privacy settings that permission to access the camera hardware and permission for applications to access the camera are...
-
Hi Yalwis Discussions in the links below about recording a bag file in the RealSense MATLAB wrapper recommend using cfg.enable_record_to_file('FILEPATH'); which your script already basically does....
-
Hi Yixun Liu My understanding is that the smart pointer is the frame handle that a frame is wrapped in, and get_data() is used to retrieve data from the frame handle.