Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
video capabilities More...
#include <video.h>
Data Fields | |
const struct video_format_cap * | format_caps |
uint8_t | min_vbuf_count |
video capabilities
Used to describe video endpoint capabilities.
format_caps | is a list of video format capabilities (zero terminated). |
min_vbuf_count | is the minimal count of video buffers to enqueue before being able to start the stream. |
const struct video_format_cap* video_caps::format_caps |
uint8_t video_caps::min_vbuf_count |