espressif/esp_video

2.0.1

Latest
uploaded 1 month ago
A framework designed to support Linux V4L2, multiple cameras and video streaming.

6 examples

  • image_storage 2
    • sd_card
      This sample demonstrates how to store camera images to an SD card and export the data to a computer for previewing. It utilizes the SDMMC peripheral…
      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 from it. It includes…
    36.12 KB
  • simple_video_server
    This example demonstrates how to create multiple HTTP servers on a local network using different ports, accessible through a web browser for video…
    905.16 KB
  • uvc
    This example demonstrates how to initialize esp_video with specific parameters, open a camera interface to capture video streams, and encode video…
    29.57 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description for camera sensors. It involves providing the correct…
    35.27 KB