uploaded 2 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 using the ESP32-P4, facilitating data export to a computer and image preview. It…
      36.11 KB
    • usb_msc
      This example demonstrates how to store an image file in SPI flash or SD card storage media and then access the image file through a USB cable. It…
      37.71 KB
  • capture_stream
    This example demonstrates how to initialize esp_video with specific parameters, open a video device, and capture data streams. It provides…
    35.89 KB
  • simple_video_server
    This example demonstrates how to create multiple HTTP servers on a local network using different ports, allowing access through a web browser for…
    905.16 KB
  • uvc
    This example demonstrates how to initialize esp_video, capture video streams from camera interfaces, and use the USB video class to display video on…
    29.57 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description, requiring correct register configurations for the…
    35.27 KB