Best way to view and save hd kinect images
What is the best way to view and save hd images kinect 2? Driver used is: https://github.com/code-iai/iai_kinect2
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
What is the best way to view and save hd images kinect 2? Driver used is: https://github.com/code-iai/iai_kinect2
The image_view package has functions to aid in storing images to disk.
If you just want to save single images you can use the image_view node and
You may save the current image by right-clicking on the display window. By default, images will be saved as frame0000.jpg, frame0001.jpg, ....
for storing all images image_view provides an image_saver
tool that can be configured to save all images, or only to save when a service is called. This allows you to programmatically set what images are stored to disk.
An alternative would be to use rosbag to store the image topics and extract them later using Exporting Image and Video Data. Note that if you are making a rosbag of all topics, including pointcloud data, the bags will become quite large.
Asked: 2017-01-04 17:17:41 -0600
Seen: 466 times
Last updated: Jan 05 '17
Skeleton_tracker working with kinect v2
kinect2 Service call failed ,roslaunch kinect2_bridge kinect2_bridge.launch
PCL/ROS Cropbox doesn't show anything?
Build of Win_Ros with Visual Studio 2013 for Kinect2 usage
Install ros-indigo-openni-camera vs OpenNI standalone
sensor_msgs::LaserScan to PCLPointCloud2 in Indigo