Skip to content

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

Closed
@beta-tester

Description

@beta-tester

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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions