- PC を Raspberry Pi に WiFi 接続
Desktopバーの WiFi アイコンから Raspberry Pi を選択
- Raspberry Pi に ssh
- Apache を起動
$ sudo systemctl start apache2
- MJPG-streamer を起動:
~ $ ./mjpg.sh 1200 900 1 100 &
デーモンで起動──起動メッセージに対しリターンキーで,コマンドプロンプトを得る
- PC から撮影ページにアクセス:
- 撮影 (シャッターボタンのクリック):
撮影画像は,つぎのディレクトリに出力される:
/home/pi/apache/www/mjpg-streamer/storage
- ftp で,画像を PC に回収
- MJPG-streamer を停止:
- Apache を停止:
$ sudo systemctl stop apache2
|