Skip to content

jellyho/Image-Topic-Recorder-ros1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Topic-Recorder-ros1

Image Topic Recorder that preservate frame interval in python

The recorded video is the same as real time

You don't have to worry about the awkwardness of video recording caused by the jagged spacing (processing time, communication time, etc.) between the input video frame and the input topic. The time is automatically calculated and always a real-time video is created.

As you can see from the video below, it can be seen that the video does not accelerate and maintains real-time even though the interval between input topics has increased by running the AI model.

Project001.mp4

1) Installation

cd catkin_ws/src
git clone https://github.com/jellyho/Image_topic_recorder-ros1
cd ..
catkin_make

2) Run

source devel/setup.bash

roslaunch recorder record.launch topic:="/image_topic_name" fps:=24 decoding:="bgr8"

About

Image Topic Recorder in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published