Last active
December 15, 2020 10:10
-
-
Save agutenkunst/0ed3e1e57e25ad24b8e003aee2f55732 to your computer and use it in GitHub Desktop.
ROS Noetic Read Image from Android Camera
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Camera Topic from Android Phone | |
Package: https://github.com/ros-drivers/video_stream_opencv | |
``` | |
roslaunch video_stream_opencv camera.launch video_stream_provider:="http://192.168.0.178:4747/video" | |
``` | |
On Android: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam | |
Worked! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment