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

Video format capabilities. More...

#include <zephyr/drivers/video.h>

Data Fields

enum video_buf_type type
 type of the buffer
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.

◆ type

enum video_buf_type video_caps::type

type of the buffer


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