dragan-simic / ov5640-autofocus-firmware

Autofocus firmware images for the PinePhone's OV5640 rear camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OV5640 Autofocus Firmware

This repository contains some semi-throwaway C code that converts publicly available variants of the OV5640 autofocus firmware to the .bin files expected by the Linux kernel.

Already converted .bin files, together with the accompanying .regs files, if any, can be found in the "firmware" directory. The .regs files contain additional register values that were found in the publicly available variants of the OV5640 autofocus firmware. Those register values should also be configured as part of the firmware loading.

Each .h file that contains an original "inline" variant of the OV5640 autofocus firmware is annotated with the source URL.

About

Autofocus firmware images for the PinePhone's OV5640 rear camera

License:GNU General Public License v3.0


Languages

Language:C 99.9%Language:Makefile 0.1%