Up
Webページにストリーミング画像をはめ込む
作成: 2021-03-18
更新: 2021-03-18
$ cd ~/www
$ vi index.html
MJPG-streamer を起動:
$ ~/mjpg.sh 320 240 10 50 &
Python Webサーバを起動:
$ python3 python_web_server.py &
PC から http://[RaspberryPi の IPアドレス]:8000/ にアクセス :
参考Webサイト
みんなのIoT「PythonでWebサーバを作る」