Skip to content

vwueest/uvc_cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UVC USB camera driver for ROS

Simple UVC USB camera driver for ROS, based on Fabian Schilling's OpenMV Cam ROS package. The standard libuvc did not allow me to set all settings as I wished, with this package this problem was solved.

First, install

sudo apt-get install autoconf libtool nasm

Then, install the UVC library for python, as described in their README with all dependencies, clone it and instal it,

https://github.com/pupil-labs/pyuvc
cd ~/catkin_ws/src/
git clone [email protected]:pupil-labs/pyuvc.git
cd pyuvc
pip install -e .

Then, clone the repo,

cd ~/catkin_ws/src
git clone https://github.com/vwueest/uvc_cam.git

Finally, run the launch file,

roslaunch uvc_cam camera.launch 

About

Simple UVC USB camera driver for ROS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published