【ゆっくり解説】GoPro6で動体検知をしてみた

【ゆっくり解説】GoPro6で動体検知をしてみた

GoProがWindowsマシンとwifiで接続して操作できる事がわかったので、GoProをライブカメラにして、動体検知をしてみました。GoPro6のコマンド一覧 https://github.com/KonradIT/goprowifihack/blob/master/HERO6/HERO6-Commands.mdGoPro のステータス確認[ブラウザ]  http://10.5.5.9/gp/gpControl/status [DOS窓] curl http://10.5.5.9/gp/gpControl/status 録画開始[ブラウザ]  http://10.5.5.9/gp/gpControl/command/shutter?p=1 [DOS窓]curl http://10.5.5.9/gp/gpControl/command/shutter?p=1 録画停止[ブラウザ]  http://10.5.5.9/gp/gpControl/command/shutter?p=1 [DOS窓] curl http://10.5.5.9/gp/gpControl/command/shutter?p=0 ストリーム送信[ブラウザ]  http://10.5.5.9/gp/gpControl/execute?p1=gpStream&a1=proto_v2&c1=restart [DOS窓] curl http://10.5.5.9/gp/gpControl/execute?p1=gpStream ^&a1=proto_v2^&c1=restartffplayの起動GoProからのストリームを見る場合ffplay -loglevel panic -an -fflags nobuffer -f:v mpegts -probesize 8192 udp://10.5.5.9:8554ffmpegで中継したものを見る場合ffplay -loglevel panic -an -fflags nobuffer -f:v mpegts -probesize 8192 udp://localhost:10000GoProにKeep-aliveを送るプログラム:GoProStream https://github.com/KonradIT/GoProStream/blob/master/GoProStream.pyBGM ニコニコ・コモンズMusMus プラスチックアドベンチャー

http://www.nicovideo.jp/watch/sm39900364