Open /boot/config.txt, under [all], add the following line:
dtoverlay=vc4-kms-v3d,cma-512
Example:
[all]
# Run as fast as firmware / board allows
arm_boost=1
dtoverlay=vc4-kms-v3d,cma-512
For Pi 0 ~ 3 users, pls also:
1. Open a terminal
2. Run sudo raspi-config
3. Navigate to Advanced Options
4. Enable Glamor graphic acceleration
5. Go back to Advanced Options
6. Navigate to GL Driver
7. Select GL (Full KMS)
8. Reboot your Pi
For more details, please refer to the official forum guide on how to configure the
camera module >>
64MP Autofocus Camera for Raspberry Pi
4
Page 5
Operating The Camera
For Raspberry Pi Compute Module 3/4
You need to install the latest Raspberry Pi OS (after 2022/01/28), and do not execute rpi-update
After installing the system and drivers (follow the above instructions), add the following
information to /boot/config.txt:
--viewfinder-width
Set the width of the preview resolution.
--viewfinder-height
Set the height of the preview resolution.
We’ve done numerous tests to find out that the most-balanced preview resolution for this camera sits at 2312 x 1736. (pretty decent
quality with best performance)
If you are using Pi Hawk-eye with older Pi models, pls set the resolution to 16MP (superpixel mode):
While you are trying manual focus control, you can use --focus-step [number] to configure
how many steps the motor in the lens should move when the Up/Down key is pressed.
By default, it’s set to 50, and you can change it to any value between 1 ~ 1023.