Hello,
I am getting bars/banding appearing on my camera when I connect it to my Raspberry Pi 4, but they are not there when I connect it to my PC (see attached screenshot)
. I have installed the drivers and software as per your guidance.
Any ideas what could be wrong ?
Thanks.
Ross.
@Ross6699
This is indeed the case under the linux system at present, we are writing a new sdk.
you can try the thread below
@LSH
We made a sdk, you can try it, but it is on x86-64 platform.Mainly solve the problem on linux system.
rely
curl -s --compressed "https://arducam.github.io/arducam_ppa/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/arducam_list_files.list "https://arducam.github.io/arducam_ppa/arducam_list_files.list"
sudo apt update
sudo apt install arducam-config-parser-dev arducam-usb-sdk-dev
sudo apt install -y cmake
sudo apt install -y build-essential
sudo apt inst…