Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
video_caps Struct Reference

Video format capabilities. More...

#include <video.h>

Data Fields

const struct video_format_capformat_caps
 list of video format capabilities (zero terminated).
 
uint8_t min_vbuf_count
 minimal count of video buffers to enqueue before being able to start the stream.
 

Detailed Description

Video format capabilities.

Used to describe video endpoint capabilities.

Field Documentation

◆ format_caps

const struct video_format_cap* video_caps::format_caps

list of video format capabilities (zero terminated).

◆ min_vbuf_count

uint8_t video_caps::min_vbuf_count

minimal count of video buffers to enqueue before being able to start the stream.


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