LoginSignup
14
25

More than 5 years have passed since last update.

[メモ] Raspberry Pi Zero W + motionEyeOSでビデオ監視システム

Last updated at Posted at 2017-04-02

概要

  • motionEyeOSが、Pi Zero Wに対応した模様(Pre-Releaseだけど)
  • motionEyeOSとは?

    What is motionEyeOS?
    motionEyeOS is a Linux distribution that turns a single-board computer into a video surveillance system. The OS is based on BuildRoot and uses motion as a backend and motionEye for the frontend.

    (ぐーぐる先生翻訳)
    motionEyeOSとは何ですか?
    motionEyeOSは、シングルボードコンピュータをビデオ監視システムに変えるLinuxディストリビューションです。 OSはBuildRootに基づいており、バックエンドとしてモーションを、フロントエンドにmotionEyeを使用します。

    image.png

  • イメージ焼いて、wpa_supplicant.confを作っていれとけばいい。

  • ssh, ftp, samba, http, http:8081ポートでストリーミング

  • 関連: らずぱい motionEye (Web UIベースのカメラサーバ)

環境

  • Raspberry Pi Zero W
  • Camera Module v1.3(5MP) / v2.1 (8MP)
  • OSイメージ: motioneyeos-raspberrypi-20170329.img.gz

手順

  1. イメージのダウンロード
    ccrisan/motioneyeosのリリースから
    最新版(Pre-release)のmotioneyeos-raspberrypi-20170329.img.gz をダウンロード

  2. microSDに焼く

  3. BOOTパーティションにwpa_supplicant.confを作成
    参考: Troubleshooting Raspberry PI Models A (Plus) And Zero

    wpa_supplicant.confこんなかんじ
    country=JP
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    network={
        ssid="Wifi_SSID"
        psk="plain_password" # 素のパスワードを使う場合
        #psk=3141592653589793238462643383279502884197169399375105820974944592        
    }
    
    
  4. らずぱいにmicroSDを挿して電源ON

  5. ブラウザから、http://らずぱいのIPアドレス/ にアクセス。(:8765はいらない)

    • IPアドレスは、ルータでの情報表示にて、接続されてるデバイス、、から見つけた..
  6. デフォルトのLoginは、Username: admin / Password は、無し!!なので、ログインしたら、パスワードの設定をしておく。

    • 設定かえると、再起動する。

その他

  • うまく IPアドレスを取得する方法はあるのだろうか?
  • General Settings > Advanced Settingsのスイッチを [ |ON]にすると、細かい設定ができる。
    • TimeZoneの設定とか、ntpで時刻補正とか、動体検出してemail送るとか、いろいろできるらしい image
14
25
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
25