Skip to content

Instantly share code, notes, and snippets.

@makvoid
Created July 8, 2022 04:04
Show Gist options
  • Save makvoid/56d1bf28ce7f0f960a751438d146a8a2 to your computer and use it in GitHub Desktop.
Save makvoid/56d1bf28ce7f0f960a751438d146a8a2 to your computer and use it in GitHub Desktop.
Arducam 64MP Install steps
# Add 'dtoverlay=vc4-kms-v3d,cma-512' to the '[all]' section
$ sudo nano /boot/config.txt
# Reboot to load the change
$ sudo reboot now
# Download the install script
$ wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/install_script/install_pivariety_pkgs.sh
# Mark the script as executable
$ chmod +x install_pivariety_pkgs.sh
# Install libcamera-dev
$ ./install_pivariety_pkgs.sh -p libcamera_dev
# Install the camera apps
$ ./install_pivariety_pkgs.sh -p libcamera_apps
# Install the kernel driver
$ ./install_pivariety_pkgs.sh -p 64mp_pi_hawk_eye_kernel_driver
# Reboot when asked after installing the kernel driver
# If you are on a Pi 3 or older, check the quick install guide for some extra steps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment