Up http://[RasPi の IPアドレス]/motion/ でアクセス 作成: 2021-02-15
更新: 2021-02-16


    Apache のドキュメントルート / に対し,ディレクトリ
      /motion
    に,Motion 画像を表示する index.phtml をつくる:
    <html>
     <head>
      <title>Remote Camera</title>
     </head>
     <body>
      <center>
      <img src="http://192.168.1.150:8081" />
      </center>
     </body>
    </html>