Camera

Getting the Logitech c930 working with ROS

Using a USB webcam (with virtualbox)

Introduction

Making a usb webcam work in Linux AND virtualbox …

Installing OpenCV

  1. install opencv for python

    sudo apt update
    sudo apt install -y python3-opencv
    # may be done already …

Getting UVC working with Raspberry Pi

Steps

  1. install uvc stuff.

    sudo apt update
    sudo apt install -y libuvc-dev guvcview cheese v4l-utils …

CV Bridge and Python 3

getting cv_bridge working with python 3 is less straightforward. you need to recompile cv_bridge …