tda-2030/claw_video

2.1.0~1

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

7 examples

  • image_storage 2
    • sd_card
      This example demonstrates how to store camera images to an SD card and export the data to a computer.
      10.42 KB
    • usb_msc
      This example demonstrates how to store an image file in SPI flash or SD card storage and access it via USB.
      12.29 KB
  • capture_stream
    This example demonstrates how to initialize esp_video, open a video device, and capture data streams.
    14.73 KB
  • simple_video_server
    This example demonstrates how to create multiple HTTP servers on a local network for video streaming and image capture.
    883.54 KB
  • uvc
    This example demonstrates how to initialize video capture from a camera interface and configure USB video output on ESP32-P4.
    7.97 KB
  • v4l2_cmd
    This example provides a command-line interface for controlling V4L2 video devices, similar to the Linux 'v4l2-utils' package.
    22.38 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description for camera sensors.
    13.64 KB