Up Webページにストリーミング画像をはめ込む 作成: 2021-03-18
更新: 2021-03-18


    $ cd ~/www
    $ vi index.html
    <html> <head> <title></title> </head> <body> <center> <img src="http://192.168.1.150:8080/?action=stream" /> </center> </body> </html>


    MJPG-streamer を起動:
    $ ~/mjpg.sh 320 240 10 50 &

    Python Webサーバを起動:
    $ python3 python_web_server.py &

    PC から http://[RaspberryPi の IPアドレス]:8000/ にアクセス :