8000 GitHub - Timple/ipcamera_driver: Simple node which uses OpenCV to publish regular IP camera video streams through ROS topics.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple node which uses OpenCV to publish regular IP camera video streams through ROS topics.

License

Notifications You must be signed in to change notification settings

Timple/ipcamera_driver

 
 

Repository files navigation

ipcamera_driver

Simple node to publish regular IP camera video streams to a ros topic.

Nodes

ipcamera_driver_node

Publishers

  • /camera/image (sensor_msgs/Image): Base topic, used for "raw" transport.
  • /camera/image/compressed (transport-specific type): Topic for "compressed" transport.
  • /camera/image/theora (transport-specific type): Topic for "theora" transport.
  • /camera/camera_info(sensor_msgs/CameraInfo]): Camera info topic.

Parameters

  • video_url (string)
  • camera_info_url (string)
  • frame_id (string, "cam_link")

About

Simple node which uses OpenCV to publish regular IP camera video streams through ROS topics.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.7%
  • CMake 12.3%
0