Created
July 8, 2022 04:04
-
-
Save makvoid/56d1bf28ce7f0f960a751438d146a8a2 to your computer and use it in GitHub Desktop.
Arducam 64MP Install steps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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