uploaded 5 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 to an SD card and export the data to a computer for previewing. It utilizes the SDMMC peripheral…
      34.96 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 is intended for development…
      36.55 KB
  • capture_stream
    This example demonstrates how to initialize esp_video with specific parameters, open a video device, and capture data streams. It provides…
    34.21 KB
  • simple_video_server
    This example demonstrates how to create multiple HTTP servers on a local network using different ports for video streaming and image capture…
    903.30 KB
  • uvc
    This example demonstrates how to initialize esp_video with specific parameters, open camera interface video devices, capture and encode video…
    28.43 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description for a camera sensor. It involves providing the correct…
    30.29 KB