Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdenewiler/foscam_8918_driver
ROS driver that uses OpenCV to get image stream from Foscam 8918 IP camera and publish with image transport.
https://github.com/tdenewiler/foscam_8918_driver
Last synced: 7 days ago
JSON representation
ROS driver that uses OpenCV to get image stream from Foscam 8918 IP camera and publish with image transport.
- Host: GitHub
- URL: https://github.com/tdenewiler/foscam_8918_driver
- Owner: tdenewiler
- License: bsd-3-clause
- Created: 2013-09-25T14:35:54.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T19:00:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T17:50:24.146Z (2 months ago)
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `foscam_8918_driver`
ROS driver that uses OpenCV to get image stream from Foscam 8918 IP camera.
Image and calibration data are published with image transport.## To Do
* Read login credentials from a file so that it's not necessary to commit user name and password to VCS.
* Currently, there is a launch file that is added to .gitignore file based off the example launch file.
The ignored launch file should be sort of safe to put login credentials, but it still feels pretty dangerous.
* See if there are ways to support zoom, ROI, speaker, microphone, image resolution, and other features of the
Foscam cameras.