MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Alternatively, an indirect way to obtain an mp4 of a bag file would be to playback the bag file whilst running a video screen capture tool to record the contents of the screen to a video file. The...
-
jsk_rosbag_tools appears to be for ROS1. There is a ROS2 converter called rosbag2video but it was designed for Foxy rather than Humble. I could not locate an equivalent tool for Humble, unfort...
-
Thanks very much for sharing the script! 1. The link below has a C++ script for queue.poll_for_frame(&frame)) that uses depth and color. https://github.com/IntelRealSense/librealsense/issues/462...
-
Hi Posing1010 There is a ROS bag to mp4 video conversion tool called bag_to_video.py http://wiki.ros.org/rosbag/Tutorials/Exporting%20image%20and%20video%20data#Converting_images_in_rosbag_into_a...
-
Example C++ code in Intel's API How-To page at the link below, under the 'librealsense2' heading, demonstrates using rs2::frame_queue to change the queue capacity value. https://dev.intelrealsense....
-
If the download link for the 2016 R2 SDK does not launch when clicked on then please copy the link and paste it into the address bar of your browser.
-
Hi Game Games Gamedev You are correct, RealSense SDK 2.0 does not have built-in body joint tracking. The RealSense-compatible commercial software product Nuitrack SDK does provide this feature th...
-
Hi Matt Leeper Although the RealSense UWP driver is listed on the Recommended Production Configuration table, it is not required to use RealSense cameras with Windows. Its purpose is to provide an...
-
Hi Newspacekor If you are installing the RealSense SDK on Nvidia Jetson then Jetson has its own dedicated installation page at the link below. https://github.com/IntelRealSense/librealsense/blob/m...
-
In the link below a RealSense user found that using syncer instead of pipeline did not provide an improvement, and a RealSense team member advised them that both syncer and pipeline match frames us...