Hi,
I have a Pi5 with a TBS DVB tuner connected. To make the tuner work kernel must be modified according to these instructions:
This works fine.
But then I wanted to add camera to this system. I tried a V1 Pi camera and this https://kamami.pl/en/cameras/586869-ard ... b0151.html camera. None is recognized. I tested both cameras including flex cables on another Pi and they are fine. I am also sure that cameras are properly connected and powered (the second listed camera has a switchable IR filter which I can hear is switched on and off when Pi reboots). Libcamera-hello says no cameras available.
So I am wondering if the kernel modification could make cameras inaccesible. If so are there any specific modules which are responsible for managing the camera? Are there any other ways to force detecting cameras?
Marek
I have a Pi5 with a TBS DVB tuner connected. To make the tuner work kernel must be modified according to these instructions:
Code:
git clone https://github.com/tbsdtv/media_build.gitgit clone --depth=1 https://github.com/tbsdtv/linux_media.git -b latest ./mediacd media_buildmake dir DIR=../mediamake allyesconfigmake -j4sudo make install
But then I wanted to add camera to this system. I tried a V1 Pi camera and this https://kamami.pl/en/cameras/586869-ard ... b0151.html camera. None is recognized. I tested both cameras including flex cables on another Pi and they are fine. I am also sure that cameras are properly connected and powered (the second listed camera has a switchable IR filter which I can hear is switched on and off when Pi reboots). Libcamera-hello says no cameras available.
So I am wondering if the kernel modification could make cameras inaccesible. If so are there any specific modules which are responsible for managing the camera? Are there any other ways to force detecting cameras?
Marek
Statistics: Posted by mareksaw — Thu Feb 01, 2024 8:39 am — Replies 0 — Views 46