Hello,
i am using a raspberry pi zero 2w, and an arducam 12mp imx708, and raspi 64bit full desktop OS. I am trying to configure the camera module with the raspi, but i cant get the board to detect the camera being connected. I am setting it up according to this documentation "https://docs.arducam.com/Raspberry-Pi-C ... onstration" specifically these instructions:
"Step 1. Download the bash scripts
wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Piva ... ty_pkgs.sh
chmod +x install_pivariety_pkgs.sh
Step 2. Install libcamera (optional)
./install_pivariety_pkgs.sh -p libcamera
Step 3. Install libcamera-apps (optional)
./install_pivariety_pkgs.sh -p libcamera_apps
Step 4. Install Camera Drivers
./install_pivariety_pkgs.sh -p imx708_b0311_kernel_driver
Please reboot your Pi when you finish the installation.
sudo reboot
Step 5. Access Camera
Use libcamera to access Camera
Run libcamera:
Note
All of the commands must direct to the tuning-file: --tuning-file /opt/arducam/imx708-b0311.json
Example:
libcamera-still -t 0 --tuning-file /opt/arducam/imx708-b0311.json"
and when i run the last line to take a still image, i get the command prompt telling me that no cameras are detected. Please help me with troubleshooting with connecting the camera and getting it to work with the raspizero. Also, i did a whole new fresh install of the OS right before testing this too.
i am using a raspberry pi zero 2w, and an arducam 12mp imx708, and raspi 64bit full desktop OS. I am trying to configure the camera module with the raspi, but i cant get the board to detect the camera being connected. I am setting it up according to this documentation "https://docs.arducam.com/Raspberry-Pi-C ... onstration" specifically these instructions:
"Step 1. Download the bash scripts
wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Piva ... ty_pkgs.sh
chmod +x install_pivariety_pkgs.sh
Step 2. Install libcamera (optional)
./install_pivariety_pkgs.sh -p libcamera
Step 3. Install libcamera-apps (optional)
./install_pivariety_pkgs.sh -p libcamera_apps
Step 4. Install Camera Drivers
./install_pivariety_pkgs.sh -p imx708_b0311_kernel_driver
Please reboot your Pi when you finish the installation.
sudo reboot
Step 5. Access Camera
Use libcamera to access Camera
Run libcamera:
Note
All of the commands must direct to the tuning-file: --tuning-file /opt/arducam/imx708-b0311.json
Example:
libcamera-still -t 0 --tuning-file /opt/arducam/imx708-b0311.json"
and when i run the last line to take a still image, i get the command prompt telling me that no cameras are detected. Please help me with troubleshooting with connecting the camera and getting it to work with the raspizero. Also, i did a whole new fresh install of the OS right before testing this too.
Statistics: Posted by dwer — Sat Feb 10, 2024 5:33 am — Replies 1 — Views 70