{"id":28266050,"url":"https://github.com/rawfish69/ov7670-esp32-cam","last_synced_at":"2025-08-22T00:44:44.958Z","repository":{"id":293354622,"uuid":"983762268","full_name":"RawFish69/OV7670-ESP32-CAM","owner":"RawFish69","description":"OV7670 NO FIFO","archived":false,"fork":false,"pushed_at":"2025-05-14T22:20:37.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-26T21:27:26.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RawFish69.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-14T22:00:28.000Z","updated_at":"2025-05-14T22:28:58.000Z","dependencies_parsed_at":"2025-05-14T23:35:58.556Z","dependency_job_id":null,"html_url":"https://github.com/RawFish69/OV7670-ESP32-CAM","commit_stats":null,"previous_names":["rawfish69/ov7670-esp32-cam"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RawFish69/OV7670-ESP32-CAM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawFish69%2FOV7670-ESP32-CAM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawFish69%2FOV7670-ESP32-CAM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawFish69%2FOV7670-ESP32-CAM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawFish69%2FOV7670-ESP32-CAM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RawFish69","download_url":"https://codeload.github.com/RawFish69/OV7670-ESP32-CAM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawFish69%2FOV7670-ESP32-CAM/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259940439,"owners_count":22935283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-20T13:14:22.071Z","updated_at":"2025-06-15T07:30:40.744Z","avatar_url":"https://github.com/RawFish69.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OV7670-ESP32-CAM\n\nThis repository demonstrates how to use an ESP32 with the OV7670 camera **without FIFO**.\n\n## Driver Installation\n1. Clone or download this repository and locate the `driver/OV7670-ESP32` folder.  \n2. Copy the entire `OV7670-ESP32` folder into your Arduino `libraries` directory.  \n3. This driver is an updated version of the original [OV7670-ESP32 repo](https://github.com/kobatan/OV7670-ESP32) implementation, which is now deprecated. Improvements have been maade for compatibility, and ease of use.\n\n## Usage Example\n![Web Stream](media/web_stream.jpg)\nNavigate to the `esp_cam` directory and flash the provided code to your ESP32.\nAdjust the pin configurations in the code to match your hardware setup.\n\n### Features\n\n- Streams OV7670 camera data over WebSocket.\n- Displays the camera stream in a web page using a `\u003ccanvas\u003e` element.\n- The ESP32 acts as a Wi-Fi access point.\n- Configured to output RGB565 format at QQVGA resolution (160x120).\n- Allocates a frame buffer in the heap to store camera data.\n- Broadcasts frame data to all connected WebSocket clients.\n- Uses JavaScript on the web page to render the stream in real-time.\n\n### Wiring (Camera → ESP32-Pico)\n\n| Camera Pin | ESP32 Pin |\n|------------|-----------|\n| XCLK       | GPIO4     |\n| SDA (SIOD) | GPIO21    |\n| SCL (SIOC) | GPIO22    |\n| D7 (Y9)    | GPIO27    |\n| D6 (Y8)    | GPIO26    |\n| D5 (Y7)    | GPIO25    |\n| D4 (Y6)    | GPIO33    |\n| D3 (Y5)    | GPIO32    |\n| D2 (Y4)    | GPIO14    |\n| D1 (Y3)    | GPIO34    |\n| D0 (Y2)    | GPIO39    |\n| VSYNC      | GPIO13    |\n| HREF       | GPIO12    |\n| PCLK       | GPIO5     |\n\n### Web Page\n\nThe web page displays the camera stream and provides real-time FPS updates. It uses WebSocket to receive frame data and renders it on a `\u003ccanvas\u003e` element.\n\n### Notes\n\n- The camera is configured for QQVGA resolution (160x120) by default.\n- Ensure sufficient heap memory is available for the frame buffer.\n- The WebSocket server broadcasts frame data to all connected clients.\n- Buy a camera module with FIFO if you want to save yourself some headache.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawfish69%2Fov7670-esp32-cam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawfish69%2Fov7670-esp32-cam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawfish69%2Fov7670-esp32-cam/lists"}