tda-2030/claw_video

2.4.1~1

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

8 examples

  • image_storage 2
    • sd_card
      Stores camera images on an SD card, exports them to a computer, and previews the images.
      10.60 KB
    • usb_msc
      Stores image files in SPI flash or an SD card and accesses them through a USB cable.
      12.47 KB
  • capture_stream
    This example demonstrates how to initialize esp_video and capture a data stream from a video device.
    15.69 KB
  • m2m
    This example measures camera capture and hardware codec pipeline performance in encode, decode, and pipeline modes.
    15.86 KB
  • simple_video_server
    This example creates multiple HTTP servers for video streaming and image capture over a local network.
    884.32 KB
  • uvc
    This example captures camera video, encodes it as H.264 or JPEG, and streams it to a PC over USB video class.
    7.98 KB
  • v4l2_cmd
    This example provides a command-line interface for controlling V4L2 video devices, similar to Linux v4l2-utils.
    22.59 KB
  • video_custom_format
    This example demonstrates how to initialize the video system using a custom format description.
    13.87 KB