kayak7
@kayak7

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Ricoh Theta VをRaspberry Pi4にUSB接続

解決したいこと

Ricoh ThetaVをRaspberry Pi4にUSB接続し、
v4l2-ctl --list-devicesとコマンドを打っても
なにも認識されない。

発生している問題・エラー

pi@raspberrypi:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 058f:1001 Alcor Micro Corp. 
Bus 001 Device 004: ID 058f:9213 Alcor Micro Corp. MacAlly Kbd Hub
Bus 001 Device 003: ID 25a7:fa61  
Bus 001 Device 007: ID 05ca:2712 Ricoh Co., Ltd 
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

LiveモードでRicoh ThetaVをUSB接続すると、認識はされている。しかし
v4l2では何も表示されない

pi@raspberrypi:~ $ v4l2-ctl --list-devices
bcm2835-codec-decode (platform:bcm2835-codec):
    /dev/video10
    /dev/video11
    /dev/video12

bcm2835-isp (platform:bcm2835-isp):
    /dev/video13
    /dev/video14
    /dev/video15
    /dev/video16

Cannot open device /dev/video0, exiting.

自分で試したこと

参考にした記事
THETA S + Raspberry Pi 2でライブストリーミングしてみた(syumaiさん)
https://qiita.com/syumai/items/ccf4a0116c3986e90c74#%E6%A6%82%E8%A6%81
raspberry pi で USB camera から h.264 動画 - Qiita (kwiさん)
https://qiita.com/kwi/items/36a5233d4ab31c015f8a

https://qastack.jp/ubuntu/629619/how-to-install-libusb
を参考にlibusbをインストール

https://github.com/ricohapi/libuvc-theta/tree/theta_uvc
を参考にlibuvcをインストール

皆様宜しくお願いします。

0

1Answer

全く同じ問題で解決方法を探しています。
もし解決されておりましたら、シェアいただけると助かります!

0Like

Your answer might help someone💌