An open API service indexing awesome lists of open source software.

https://github.com/px4/uvc_ros_driver

A ros node to stream images from a multi-camera UVC device
https://github.com/px4/uvc_ros_driver

Last synced: about 1 year ago
JSON representation

A ros node to stream images from a multi-camera UVC device

Awesome Lists containing this project

README

          

## Introduction
[uvc_ros_driver](https://github.com/PX4/uvc_ros_driver/wiki) is a ROS package that publishes video streams from USB video devices. It is made for devices that send multiple grayscale images as well as IMU data encoded in a color image stream. The current hardware is a composite usb device with three interfaces:

1. [USB Video Device](https://en.wikipedia.org/wiki/USB_video_device_class)
2. [Communication Device](https://en.wikipedia.org/wiki/USB_communications_device_class)
3. [Mass Storage Device](https://en.wikipedia.org/wiki/USB_mass_storage_device_class)

**Please find more informations on the [wiki pages](https://github.com/PX4/uvc_ros_driver/wiki) of this repository**

## Authors
* Dominik Honegger ([email](dominik.honegger@inf.ethz.ch))
* Lorenz Meier ([email](lorenz.meier@inf.ethz.ch))
* Nicolas de Palézieux ([email](depnicol@ethz.ch))
* Christoph Tobler ([email](toblech@ethz.ch))
* Simone Guscetti ([email](simonegu@ethz.ch))