Imx519 16 mp raspberry pi camera

  1. Purchased from The pi hut

  2. Camera model Arducam imx591

  3. Running on a Raspberry pi model 3

  4. Arducam-imx519-start-guide.pdf

  5. I have uploaded the latest bullseye os and updated to the latest update. I have completed step 1 & 2 of the guide at step 3 , to install_pivariety_pkgs.sh-p libcamera_dev i get problems.

  1. when run from the folder in the gui it opens up in Geany.
  2. when run from the terminal it cannot find the file
  3. when I navigate to the downLoads folder and run it I am denied permission
  4. when run asa sudo command not found . As you can see I am a complete novice!
  1. Can anyone advise any further steps I can take to install this camera .
    Thanks .

You can try to copy the following commands one by one to the Raspberry Pi for execution:

wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/install_script/install_pivariety_pkgs.sh
chmod +x install_pivariety_pkgs.sh
./install_pivariety_pkgs.sh -p libcamera_dev
./install_pivariety_pkgs.sh -p libcamera_apps
./install_pivariety_pkgs.sh -p imx519_kernel_driver

If there are any errors, please provide the relevant error message.

Hi. That’s really appreciated. Thank you. Everything seems to be working well now.