uploaded 11 months ago
A framework designed to support Linux V4L2, multiple cameras and video streaming.

6 examples

  • image_storage 2
    • sd_card
      This example demonstrates how to store camera images on an SD card, allowing users to export and preview images on a computer. It utilizes the SDMMC…
      13.04 KB
    • usb_msc
      This example demonstrates how to store an image file in SPI flash or SD card storage media and access it via USB. It highlights features such as…
      14.83 KB
  • capture_stream
    This example demonstrates how to initialize esp_video with specific parameters and capture a data stream from a video device. It includes…
    8.44 KB
  • simple_video_server
    This example starts two HTTP servers on a local network that enables clients to fetch images and video streams from connected cameras. Users can…
    10.24 KB
  • uvc
    This example demonstrates how to initialize esp_video, capture video streams from camera interfaces, and encode those streams with H.264 or JPEG…
    7.79 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description for a camera sensor, detailing the necessary register…
    7.26 KB