mjpg-streamer

ストリーム画面のみ [#l19a40bf]

 http://[IPアドレス]:8000/stream_simple.html

画像の取得 [#f7191a4d]

 http://[IPアドレス]:8000/?action=snapshot
 
 wget -O /tmp/snapshot.jpg http://[IPアドレス]:8000/?action=snapshot
 ※ベーシック認証を使用している場合は--http-user=ユーザー名 --http-password=パスワードをwgetのオプションとして追加する。