SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:guides:webcam [2014/04/18 18:00]
pankso created
en:guides:webcam [2014/04/20 09:21] (current)
linea
Line 2: Line 2:
  
  
-Slitaz ​provide ​all the necessary tools to take picture, record and strean a webcam output.+Slitaz ​provides ​all the necessary tools to take pictures, record and stream ​webcam output.
  
  
-==== Installation =====+===== Installation ​======
  
-by default your webcam may not be detected due to missinf ​kernel drivers and this is normal since SliTaz ​dont provide webcam support on the LiveCD. To install the drivers:+By default your webcam may not be detected due to missing ​kernel drivers and this is normal since SliTaz ​doesn'​t ​provide webcam support on the LiveCD. To install ​and load the drivers:
  
  
   # tazpkg -gi linux-media   # tazpkg -gi linux-media
 +  # modprobe uvcvideo
 +  ​
 +You can check if the kernel correctly loaded the module with: 'dmesg | tail'. The webcam may be used with
 +skype and other visual tools. To try the webcam with Mplayer:
 +
 +  $ mplayer tv:// -tv driver=v4l2:​device=/​dev/​video0 -vo x11
 +
 +
 +===== Pictures and recording ===
 +
 +To take pictures or record using the webcam you can install Mplayer:
 +
 +  # tazpkg -gi mplayer
 +  ​
 +Take a picture:
 +
 +  mplayer tv:// -tv driver=v4l2:​width=640:​height=480:​device=/​dev/​video0 \
 +    -fps 15 -vo png -frames 1
 +
 +Record a video to a file named myvideo.avi:​
 +
 +  mencoder tv:// -tv \
 +    driver=v4l2:​width=640:​height=480:​device=/​dev/​video0:​forceaudio:​adevice=/​dev/​dsp \
 +    -ovc lavc -oac mp3lame -lameopts cbr:​br=64:​mode=3 \
 +    -o myvideo.avi
 +
 +
 
en/guides/webcam.1397836859.txt.gz ยท Last modified: 2014/04/18 18:00 by pankso