there is still a typo in camera_index.h OV2460 -> OV2640 · Issue #10906 · espressif/arduino-esp32 (original) (raw)
like described in issue #7461, there is still a typo in the file.
but that issue was closed, because of its age (#10838), with comment - to feel free to re-open the issue, if the issue still exist. but i don't have the possibility to re-open that issue.
the current master of camera_index.h still shows this wrong title. so the typo still exist.
to verify,
- copy the content (comma separated hex-values) between the curled brackets of
const unsigned char index_ov2640_html_gz[] = {
...
}; - and paste it to the input field of the CyberChef page with recipe: From Hex, Gunzip
and see the output: ESP32 OV2460
the correct title sould be <title>ESP32 OV2640</title>
for the OV2640 sensor.
(to reverse, from html to hex-values again, your can also use the CyberChef page with recipe: Gzip, To Hex, To Upper case, Find / Replace )