$ ls /proc/bus/ |
$ ls /dev/video* |
# chmod 766 /dev/video0 |
# gpasswd -a hoge video |
webcam
定期的に静止画をWebに転送するのに使う。 imagemagick 携帯で画像を見るのにサイズをリサイズするのに使う。 |
[ftp] <
--------------------ftpで他のサイトへ送る転送する場合 ##host = www ##user = public_html/webcam ##pass = xxxxxx ##passive = 1 ##dir= /var/www/html/cam dir= public_html/camera <-----------jpg ファイル ができるディレクトリ file = webcam.jpg tmp= uploading.jpg auto = 0 local = 1 ssh = 0 [grab] device = /dev/video0 text = "%Y-%m-%d %H:%M:%S" #infofile = filename width = 160 height = 120 #width = 320 #height = 240 delay = 60 <-----------静止画撮影周期 #input = composite1 #rotate = 0 #top = 0 #left = 0 #bottom = -1 #right = -1 quality = 70 <-----------品質 #trigger = 1 once = 0 |
<html> |
#!/bin/sh convert -size 80x60 /home/karappi/public_html/camera/webcam.jpg /home/karappi/public_html/camera/tako.jpg at now +10 minutes -f tako.sh >& log |
chmod 755 tako.sh ./tako.sh |
<Directory
/home/hoge/public_html/camera> AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Includes Order allow,deny Allow from all ServerSignature Off AddHandler cgi-script .cgi AddType text/html .shtml .rhtml AuthType Basic AuthName Intra AuthUserFile /home/hoge/.camerapassword Require valid-user </Directory> |