Raspberry Pi に motion をインストールする

Hitoshi Arakawa | 2024/07/27 Sat 04:32

Raspberry Pi に motion をインストールした。

Raspberry Pi OS Bookworm 64-bit Lite や Bullseye 32-bit Lite にもインストールを試したが、それらはうまくいかなかった。

環境:
・Raspberry Pi 4 Model B 4GB
・Raspberry Pi OS Buster Lite
・バッファロー Webカメラ BSWHD06MBK

(1)motion をインストールする。

$ sudo apt update
$ sudo apt install motion

(2)/etc/motion/motion.conf を編集する。以下は僕が編集したところ。

変更前:daemon off
変更後:daemon on

変更前:width 320
変更後:width 1280

変更前:height 230
変更後:height 720

変更前:ffmpeg_output_movies on
変更後:ffmpeg_output_movies off

output_pictures はもともと off だった。

変更前:stream_localhost on
変更後:stream_localhost off

(3)/etc/default/motion を編集。

変更前:start_motion_daemon=no
変更後:start_motion_daemon=yes

(4)自動起動設定をする。

$ sudo systemctl enable motion
$ sudo systemctl start motion
$ sudo systemctl status motion

(5)以下のアドレスでウェブカメラの映像が表示されるはずだ。

http://{IP アドレス}:8081/

参考:
[Raspberry Pi] motion で画像と動画を保存させない設定|荒川仁志
https://note.com/hitoshiarakawa/n/n62ef05d37dbd

Amazon.co.jp: 【国内正規代理店品】Raspberry Pi4 ModelB 4GB ラズベリーパイ4 技適対応品【RS・OKdo版】 : パソコン・周辺機器
https://amzn.to/4c6M4MG