#61 2008-12-28 06:05:42
Re: 成功改機的都來報個數吧
離線
#62 2009-06-01 14:34:53
- jediscorpian
- 新生
- 註冊日期: 2009-05-23
- 文章數: 2
- 目前積分 : 0
Re: 成功改機的都來報個數吧
上来报到
ID: jediscorpian
機型:WL500gP
用途:电驴(MLDonkey),再压榨看看还有什么别的好用
其他(想說的話):可能当NAS还是慢了点,像搭个省电有快速的家用server和将来的媒体控制中心
離線
#66 2009-06-06 08:38:53
Re: 成功改機的都來報個數吧
rossikwan 提到:
報到
ID:rossikwan
機型:WL500g
Firmware: Oleg 1.9.2.7-8
用途: IP share, Web Server, FTP Server, mount 512M + 2G flash drive, WebCam motion detection [ Logitech QuickCam 4000 Pro with mvc].
看這韌體版本,您應該是玩家級的老前輩了。
請問一下您的 WebCam motion detection 是用哪個套件,可否指導一下
技術問題請於論壇上集眾人之力公開討論,感恩
離線
#67 2009-06-06 15:32:56
Re: 成功改機的都來報個數吧
Aven 提到:
rossikwan 提到:
報到
ID:rossikwan
機型:WL500g
Firmware: Oleg 1.9.2.7-8
用途: IP share, Web Server, FTP Server, mount 512M + 2G flash drive, WebCam motion detection [ Logitech QuickCam 4000 Pro with mvc].看這韌體版本,您應該是玩家級的老前輩了。
請問一下您的 WebCam motion detection 是用哪個套件,可否指導一下
我也是初級玩家咋, 只懂得一點皮毛啊
不是什麼 packages 啊, 只是一個舊 program. 每 3 秒檢查一次. 再放上 web server 上.
----
#!/bin/sh
mvc_start() {
/opt/bin/mvc -D -d /dev/v4l/video0 -q 70 -t -w 3 -s 320x240 -c 70 -O /opt/share/www/webcam/mvc/tmp -o
}
----
mvc version 0.8.9 - motion detection video capture program
Usage: mvc
-B picture brightness value.
-C picture contrast value.
-D run in daemon mode.
-O Base directory for output images. default is current dir.
-o Don't create sub-directories for output.
-t Print timestamp on image.
-d
-e
-f {jpeg|png} set output file format. default is jpeg.
-q
-h print this help.
-i
-m use mono color (grayscale) for capture.
-n {pal|ntsc|secam|auto} video norm to use, default: PAL
-s XxY size of the output image, example: -s 640x480
-a HxV block division number in Horizantal and Vertical. Ex: -a 1
-b
-c
-w delay time for each capture(seconds), example: -w 0.5
-l logfile used in daemon mode. default is null.
-v increase verbose level for more details, can multiple applied.
最後修改: rossikwan (2009-06-06 15:35:30)
離線
#69 2009-06-07 01:25:20
Re: 成功改機的都來報個數吧
是可以用mvc每3秒鐘存一張圖下來
但是我的都只會存幾張就停住了,好慘......
用ps看,mvc還在run
我大概講一下怎麼來的好了
下載底下這個ipk後
http://naaa.de/programme/philips-webcam … mipsel.ipk
用tar解開後
裡面有一個叫data.tar.gz
再解開裡面就有mvc了
用上述的語法,手動下
/opt/bin/mvc -D -d /dev/v4l/video0 -q 70 -t -w 3 -s 320x240 -c 70 -O /opt/share/www/webcam/mvc/tmp -o
就會自動產了圖片在這目錄/opt/share/www/webcam/mvc/tmp
當然相關的目錄要建立,相關的檔案要放對位置
給大家參考參考,並希望有高人能分享一下
離線