documentation:webcam
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentation:webcam [2015/12/05 12:00] – [Journaling auf der SD-Karte deaktivieren] nine | documentation:webcam [2015/12/26 18:40] (current) – [Camera] nine | ||
|---|---|---|---|
| Line 49: | Line 49: | ||
| / | / | ||
| </ | </ | ||
| + | |||
| + | ===== WIFI ===== | ||
| + | |||
| + | < | ||
| + | pi@raspberrypi: | ||
| + | # interfaces(5) file used by ifup(8) and ifdown(8) | ||
| + | |||
| + | # Please note that this file is written to be used with dhcpcd | ||
| + | # For static IP, consult / | ||
| + | |||
| + | # Include files from / | ||
| + | source-directory / | ||
| + | |||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | |||
| + | iface eth0 inet dhcp | ||
| + | |||
| + | allow-hotplug wlan0 | ||
| + | iface wlan0 inet dhcp | ||
| + | wireless-essid < | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Camera ===== | ||
| + | |||
| + | < | ||
| + | sudo apt-get install vlc-nox | ||
| + | sudo rmmod bcm2835-v4l2 | ||
| + | sudo modprobe bcm2835-v4l2 | ||
| + | </ | ||
| + | |||
| + | show driver info: | ||
| + | < | ||
| + | pi@raspberrypi: | ||
| + | Driver Info (not using libv4l2): | ||
| + | Driver name : bm2835 mmal | ||
| + | Card type : mmal service 16.1 | ||
| + | Bus info : platform: | ||
| + | Driver version: 4.1.13 | ||
| + | Capabilities | ||
| + | Video Capture | ||
| + | Video Overlay | ||
| + | Read/ | ||
| + | Streaming | ||
| + | Extended Pix Format | ||
| + | Device Capabilities | ||
| + | Device Caps : 0x05200005 | ||
| + | Video Capture | ||
| + | Video Overlay | ||
| + | Read/ | ||
| + | Streaming | ||
| + | Extended Pix Format | ||
| + | </ | ||
| + | |||
| + | configure v4l2 driver | ||
| + | |||
| + | show driver options | ||
| + | |||
| + | < | ||
| + | v4l2-ctl --list-ctrls | ||
| + | </ | ||
| + | < | ||
| + | # set (maximum) frame-rate | ||
| + | v4l2-ctl -p 15 | ||
| + | # set auto-exposure (for night-capture) | ||
| + | v4l2-ctl --set-ctrl=exposure_dynamic_framerate=1 | ||
| + | </ | ||
| + | |||
| + | start stream | ||
| + | < | ||
| + | cvlc v4l2:/// | ||
| + | | ||
| + | </ | ||
| + | |||
| + | anzeigen am client: | ||
| + | < | ||
| + | vlc http:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | für " | ||
| + | < | ||
| + | sudo rmmod bcm2835-v4l2 | ||
| + | </ | ||
| + | |||
documentation/webcam.1449316831.txt.gz · Last modified: 2015/12/05 12:00 by nine