Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
video_caps Struct Reference

video capabilities More...

#include <video.h>

Data Fields

const struct video_format_capformat_caps
 
uint8_t min_vbuf_count
 

Detailed Description

video capabilities

Used to describe video endpoint capabilities.

Parameters
format_capsis a list of video format capabilities (zero terminated).
min_vbuf_countis the minimal count of video buffers to enqueue before being able to start the stream.

Field Documentation

◆ format_caps

const struct video_format_cap* video_caps::format_caps

◆ min_vbuf_count

uint8_t video_caps::min_vbuf_count

The documentation for this struct was generated from the following file: