無料で監視カメラを設置する
■2010年10月5日 PM3:03
ファイル設置

■ファイルのダウンロード
http://www.bangboo.com/cms/security/page_15.html

■ローカルファイル設置
PCに以下のファイルを設置します

 C:\home_security\delete_pics.vbs
 C:\home_security\detect_sendmail.vbs
 C:\home_security\sec_log.txt
 C:\home_security\sec_log_keitai.txt
 C:\home_security\sec_time.txt
 C:\home_security\sec_lockflag.txt
 C:\home_security\picsフォルダ
 C:\home_security\pics_webフォルダ

■インターネットのホームページ領域
ご自分のWEB領域に以下のファイルを設置します

 /home_security/index.html


コメント (0)

■2010年10月5日 PM2:03
ListCam設定
■mainタブ
 Live capture interval: 900sec(15分)
 Historical capture interval: 30min
 Partにチェック start: 0800 end: 2300(ローカルとFTPに保存する時間、sec_time.txtと同じでなくても良い)
 SnapShot DTFにチェック
 Motion Detectにチェック
 Capt Activeにチェック
 FTP enabledにチェック

■file pathタブ
 Live directory path: C:\home_security\pics_web\
 Live captureにチェック Filename: licam.jpg
 Hist directory path: C:\home_security\pics\
 Hist fileにチェック yyyymmdd hhnnss.jpg

■FTP(実際のWEBサーバの情報を使用して下さい)
 hostname: your.homepage.jp
 host dir: /www/home_security/
 user id: your_id
 pass: ********
 passiveにチェック
 Source path1: C:\home_security\pics_web\
 Holder1: licam.jpg
 file mask: *.jpg
 Capture syncにチェック
 manual 15min
 Nothing to do after sendにチェック
 full operation timeにチェック

■functionタブ
 SNTPにチェック ローカルのSNTPサーバと同じにする
 external applicationにチェック postにチェック
 C:\home_security\detect_sendmail.vbs
 Motion detect enabledにチェック
 sensitivity: 3 start delay: 0sec
コメント (0)

■2010年10月5日 PM1:08
ファイル設定

■C:\home_security\detect_sendmail.vbs
 パス、メール、期間等の設定を行います。適宜書き換えてください

'インストールディレクトリ
Const appDir = "C:\home_security"

'送信先WEBメールアドレス
Const toWebMail = "to_sample@gmail.com"

'送信先携帯メールアドレス
Const toKeitaiMail = "to_sample@docomo.ne.jp"

'送信元メールアドレス(ローカルのメーラで設定されているもの)
Const fromMail = "you@youremail.jp"

'ローカルのメーラで設定されているメールアドレスが使うSMTPサーバ
Const smtpServer = "smtp.youremail.jp"

'ローカルのメーラで設定されているメールアドレスが使うSMTPポート番号25or587
Const smtpPort = 25

'WEBメールへの定期送信の間隔(60分毎:60)
Const periodRegularWebMail = 60

'WEBメールへの動体検知アラートの間隔(30秒毎:30)
Const periodWebMail = 30

'携帯への動体検知アラートの間隔(180分毎:180)
Const periodKeitaiMail = 180

'一番古いキャプチャ画像を削除して新しいものを保存する場合1、保持期間内は全て保持する場合0
Const delPicFlag = 0

'動体検知アラートのメール件名と本文
Const mailSubject = "Security alert at Home"
Const mailbody = "Warning"

'定期送信のメール件名と本文
Const mailSubjectReg = "Security regular capture at Home"
Const mailbodyReg = "Routine"

■C:\home_security\sec_time.txt
 メール送信時間帯を設定します。AM8:00-PM7:00であれば以下のように記載します
 08to19

■C:\home_security\sec_lockflag.txt
 プログラムで使用されます。1のまま戻らない場合0に書き換えます
意味:排他処理中1、処理受付中0

■C:\home_security\delete_pics.vbs
 パス、画像ファイル保持期間(日数) の設定します

'インストールディレクトリ
Const appDir = "C:\home_security"

'指定期間(日)前のキャプチャ画像を削除する
Const myDays = 30


コメント (0)

ナビ: <  1 | 2 | 3 | 4  >
-ホーム
-はじめに [2]
-インストール [7]
-詳細 [2]
-ダウンロード [1]

@無料で監視カメラを設置する