Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is still a typo in camera_index.h OV2460 -> OV2640 #10906

Open
beta-tester opened this issue Jan 26, 2025 · 0 comments
Open

there is still a typo in camera_index.h OV2460 -> OV2640 #10906

beta-tester opened this issue Jan 26, 2025 · 0 comments

Comments

@beta-tester
Copy link

beta-tester commented Jan 26, 2025

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,

  1. copy the content (comma separated hex-values) between the curled brackets of
    const unsigned char index_ov2640_html_gz[] = {
      ...
    };
  2. and paste it to the input field of the CyberChef page with recipe: From Hex, Gunzip
    and see the output:
    <!doctype html>
    <html>
        <head>
            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width,initial-scale=1">
            <title>ESP32 OV2460</title>

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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant