uploaded 9 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 an ESP32-P4 board, allowing data export to a computer for image preview. It…
      30.25 KB
    • usb_msc
      This example demonstrates how to store an image file in SPI flash or SD card storage and access it via USB, using a development board with MIPI-CSI…
      31.84 KB
  • capture_stream
    This example demonstrates how to initialize esp_video with specific parameters, open a video device, and capture data streams from it. It includes…
    27.99 KB
  • simple_video_server
    The example starts two HTTP servers on a local network using different ports, allowing clients to access APIs to fetch resources like JPEG images and…
    25.85 KB
  • uvc
    This example demonstrates how to initialize esp_video with specific parameters, capture video streams from camera devices, encode video streams using…
    23.97 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description, involving correct register configuration, description…
    25.76 KB