[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[pi8] Accessing a web cam

Steps followed trying to access a webcam

  1. connected the webcam to the pie via USB
  2. installed the fswebcam package
    sudo apt-get install fswebcam
  3. To capture a picture from console
    fswebcam test.jpg
  4. Conclusion: it is not so simple to get the data from camera
  5. Next time we will try with V4l-utils

References