360度Camera
対応表
| 機種名 | メーカー | 認識 |
|---|---|---|
| OCAM-VRU01BK | elecom | ○ |
| Insta360 Air | Insta360 | ○ |
| Theta S | Ricoh | ○ |
必要なパッケージ
1 | |
検証コマンド
1 | |
検証コード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
| gstreamer Pipelineコマンド(h264) | 解説 |
|---|---|
| v4l2src | 詳細 |
| device=/dev/video0 | USBで認識したカメラのデバイス名を指定 |
| video/x-h264, width=(int)2580, height=(int)1280, framerate=(fraction)30/1 | v4l2-ctlで調べた解像度とfpsを指定(2580x1280, 30fps) |
| queue | |
| nvv4l2decoder enable-max-performance=1 drop-frame-interval=1 | |
| nvvidconv | |
| video/x-raw, width=(int)800, height=(int)400, format=(string)BGRx | 800x400, BGRxに変換 |
| videoconvert | |
| appsink |
OCAM-VRU01BK

Insta360 Air

Theta S
