We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Q: image_view2 で表示した画面をどうやってキャプチャしたら良いですか?
A: image_view2の画面はimage/markedにpublish されるので,これを image_saverにつなげて, (call-empty-service "/tweet_image_saver/save" :wait t) みたいに呼びます. https://github.com/jsk-ros-pkg/jsk_common/blob/master/jsk_ros_patch/image_view2/README.md
image/marked
(call-empty-service "/tweet_image_saver/save" :wait t)
あるいは,https://github.com/jsk-ros-pkg/jsk_visualization/tree/master/jsk_rviz_plugins/test を駆使してrviz中に情報を入れて,https://jsk-visualization.readthedocs.io/en/latest/jsk_rviz_plugins/plugins/video_capture.html でキャプチャできます
Cc: @yuki-asano
The text was updated successfully, but these errors were encountered:
ありがとうございます.
Sorry, something went wrong.
No branches or pull requests
Q: image_view2 で表示した画面をどうやってキャプチャしたら良いですか?
A: image_view2の画面は
image/marked
にpublish されるので,これを image_saverにつなげて,(call-empty-service "/tweet_image_saver/save" :wait t)
みたいに呼びます.https://github.com/jsk-ros-pkg/jsk_common/blob/master/jsk_ros_patch/image_view2/README.md
あるいは,https://github.com/jsk-ros-pkg/jsk_visualization/tree/master/jsk_rviz_plugins/test を駆使してrviz中に情報を入れて,https://jsk-visualization.readthedocs.io/en/latest/jsk_rviz_plugins/plugins/video_capture.html でキャプチャできます
Cc: @yuki-asano
The text was updated successfully, but these errors were encountered: