uploaded 3 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 the ESP32-P4, allowing for data export to a computer and image preview. It…
      35.71 KB
    • usb_msc
      This example demonstrates how to store an image file in SPI flash or SD card storage media and access it via a USB cable, showcasing the USB Mass…
      37.30 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 guidance on…
    35.49 KB
  • simple_video_server
    This example demonstrates how to create multiple HTTP servers on a local network using different ports, providing various video streaming and image…
    904.56 KB
  • uvc
    This example demonstrates how to initialize esp_video with specific parameters, open camera interfaces to capture video streams, encode streams using…
    29.18 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description, including steps for configuring the camera sensor…
    31.04 KB