uploaded 10 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 using an ESP32-P4 development board. It shows the process of configuring the…
      20.71 KB
    • usb_msc
      This example demonstrates how to store an image file in SPI flash or SD card storage media and access the image file through a USB cable. It requires…
      22.50 KB
  • capture_stream
    This example demonstrates how to initialize esp_video with specific parameters and capture data streams from a video device, detailing configuration…
    16.08 KB
  • simple_video_server
    The example starts two HTTP servers on a local network using different ports, allowing users to access resources via a browser. APIs include fetching…
    17.71 KB
  • uvc
    This example demonstrates how to initialize esp_video, capture video streams from camera interfaces, and output video via USB using H.264 or JPEG…
    15.38 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description, specifying the correct register configuration, custom…
    14.69 KB