uploaded 8 months ago
A framework designed to support Linux V4L2, multiple cameras and video streaming.
## 0.1.0

- Inititial version for esp_video component

### Enhancements

- MIPI CSI video device
- Virtual file system to control video device
- Linux V4L2 commands mainly includes(actually not support commands' full features):

```
    VIDIOC_QUERYCAP

    VIDIOC_STREAMON
    VIDIOC_STREAMOFF

    VIDIOC_ENUM_FMT
    VIDIOC_G_FMT
    VIDIOC_S_FMT

    VIDIOC_REQBUFS
    VIDIOC_QUERYBUF
    VIDIOC_QBUF
    VIDIOC_DQBUF

    VIDIOC_G_EXT_CTRLS
    VIDIOC_S_EXT_CTRLS
    VIDIOC_QUERY_EXT_CTRL
```

Links

Target

License: Custom

To add this component to your project, run:

idf.py add-dependency "espressif/esp_video^0.1.0"

or download archive

Stats

  • Archive size
    Archive size ~ 69.27 KB
  • Downloaded in total
    Downloaded in total 399 times
  • Downloaded this version
    This version: 4 times

Badge

espressif/esp_video version: 0.1.0
|