ダウンロード


タチカメマニュアル/Tachicame manual

tachicame.pdf


IMX662 v4l2 driver and libcamera install script (Raspberrypi Bookworm 64bit OS)

新規にOSをインストールしたSDカードを用いる場合に、IMX662用のドライバーの組み込みからlibcamera/rpicam-apps/ldconfigまでを半自動で実行します。ラズパイのホームディレクトリにコピー、解凍し、install.shを実行してください。

すでに別のカスタムセンサーが組み込まれている場合はDKMSのスクリプトの実行、libcamera関連のコードの追加とビルド、rpicam-appsのビルド、$ sudo ldconfigを実施してください。

imx662-v4l2-driver-libcamera.tgz

IMX585 4lane driver and libcamera install script for RPi5

Raspberrypi5 Bookworm 64bit OSでIMX585カメラを使えるようにするスクリプトを用意しました。The installation script of IMX585 4lane camera for Raspberrypi 5.

imx585-driver-libcamera.tgz

インストール手順(How to Install)

(1)Raspberry Pi ImagerなどでSDカードにBookworm 64 bit OSを書き込みます。Preapre the fresh SD card of Bookworm 64bit OS for Raspberrypi5.

(2)本サイトよりimx585-driver-libcamera.tgzをdownloadし、Raspiのホームディレクトリにコピーします。(Download “imx585-driver-libcamera.tgz” and copy to home directory.)

(3)以下のコマンドを実行します。(Execute below commands)

$ tar zxvf imx585-driver-libcamera.tgz

$ cd imx585-v4l2-driver

$ ./install.sh

$ sudo reboot

(4)再起動したら $ rpicam-hello –list-camerasでIMX585が使用可能になっていることを確認します。After reboot, check IMX585 is installed by $ rpicam-hello –list-cameras .

(注意)config.txt等を書き換えますので、新しく書き込んだSDカードをご使用ください(またはバックアップをとってから実行してください)。Please use fresh SD card image or make the back up because the install.sh will replace the files such as config.txt.


IMX219 4lane driver and libcamera install script for RPi5

se219-v4l2-driver-rpi5.tgz

インストール方法はIMX585と同様です。(same way to install the driver)


過去のダウンロードはこちらに移動しました。