mushbraindave/esp_cam_sensor_imx

0.1.2

Latest
uploaded 2 hours ago
Sony IMX-series MIPI-CSI camera sensor drivers for the ESP32-P4 esp_cam_sensor / esp_video framework, plus the DW9807 autofocus VCM. Brings the Raspberry Pi Camera Module 3 (IMX708) to the ESP32-P4: streaming, ISP tuning and autofocus. An IMX219 (Camera Module v2) driver is included but has not yet been run on hardware.

5 examples

  • imx708_capture
    Streams the IMX708 and logs frame size and average brightness per frame, focusing on pixel flow rather than image quality.
    6.29 KB
  • imx708_snapshot
    This example captures one IMX708 frame, encodes it as JPEG, and sends it via USB without needing a microSD card.
    26.46 KB
  • imx708_video
    Records 1080p H.264 video from the IMX708 via USB, without an SD card, for playback. Utilizes tools for capturing and converting the video.
    20.66 KB
  • imx708_wifi_snapshot
    IMX708 captures still images over WiFi, providing various HTTP endpoints for accessing snapshots and performance stats.
    21.14 KB
  • imx708_wifi_video
    Live 1080p H.264 streaming from the IMX708 camera over WiFi to a browser tab with no additional installations required.
    50.46 KB