Catalogue
Running motion on Raspberry Pi bullseye and viewing it in a browser

Running motion on Raspberry Pi bullseye and viewing it in a browser

🌐 日本語で読む

Overview

We will start motion on Raspberry Pi bullseye and view it in a browser.

Configuring the RPi

This can be done in just a few lines.

1
2
3
4
5
6
$ wget https://github.com/Motion-Project/motion/releases/download/release-4.4.0/bullseye_motion_4.4.0-1_armhf.deb
$ sudo apt install -y ./bullseye_motion_4.4.0-1_armhf.deb

$ sudo vim /etc/motion/motion.conf
- stream_localhost on
+ stream_localhost off

Working on a machine other than the RPi

1
$ open <raspi ip>:8081

That’s all.
I hope this is helpful.

Running motion on Raspberry Pi bullseye and viewing it in a browser

https://kenzo0107.github.io/en/2022/07/16/raspberrypi-bullseye-motion/

Author

Kenzo Tanaka

Posted on

2022-07-16

Licensed under