apt-get install xawtvThen we run scan the camera devices on our system like so
xawtv -hwscanWe find /dev/video1 is the camera we are looking for, so we type
xawtv -c /dev/video1to see the image. We can also take a snapshot from the camera with the command
v4lctl snap jpeg full webcam.jpg
![[logo]](logo.png)