-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add audio_video_recorder in jsk_common #1672
Conversation
c8e7928
to
f5f4122
Compare
@k-okada can you review and merge this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, I think we need sample launch file .
plan A)
- launch file to convert recorded data to bag file
- sample launch file to play back these bag file so that we can confirm video and auto are recorded synchronously
plan B)
- launch file to sample file to play back these avi and mp3 file so that we can confirm video and auto are recorded synchronously
- sample launch file to store there data into bag file so that other people can use stored data
@Kanazawanaoaki can you use this program to store audio and video data from your experiments? and you can use @708yamaguchi or @nakaotatsuya program to find Mozart and/or Beethoven sound. You can submit that results to https://ac.rsj-web.org/2021/ |
@k-okada thank you for your review. I update this PR. |
hummm, what is the role of this package in the context to jsk_lifelog system. Are expecting people store video and audio file into bag file? data base? then convert to avi file? for presentation? Or are you plan to use avi file for stored log data? |
The role of this package in jsk_lifelog is storing audio-visual data in AVI format as a database. I run these systemctl process on my computer to record audio-visual file. Another role of this package is to record audi-visual data in The plugin to record audio-visual file for app_manager is written here: The reason why I use AVI file is to compress the file size (the file is compressed in x264 format) |
10926fc
to
8a48007
Compare
I see, I believe all data/modules/packages are designed for robots, more precisely, action of robots. |
5dd30ee
to
fb86ae4
Compare
add
audio_video_recorder
package injsk_common
orginally developed in https://github.com/knorth55/audio_video_recorder
pr2_audio_video_recorder.mp4
Full video on Google Drive
cc. @nakaotatsuya