Developer World
Spresense SDK Library v3.2.0-ebc0364
v4l2_frmivalenum Struct Reference

parameter of ioctl(VIDIOC_ENUM_FRAMEINTERVALS) More...

#include <video.h>

Collaboration diagram for v4l2_frmivalenum:

Public Attributes

uint32_t index
 
uint32_t buf_type
 
uint32_t pixel_format
 
uint16_t width
 
uint16_t height
 
uint32_t type
 
union {
   struct v4l2_fract   discrete
 
   struct v4l2_frmival_stepwise   stepwise
 
}; 
 

Detailed Description

parameter of ioctl(VIDIOC_ENUM_FRAMEINTERVALS)

Member Data Documentation

◆ index

uint32_t index

Frame format index

◆ buf_type

uint32_t buf_type

◆ pixel_format

uint32_t pixel_format

Pixel format

◆ width

uint16_t width

Frame width

◆ height

uint16_t height

Frame height

◆ type

uint32_t type

Frame interval type

◆ discrete

struct v4l2_fract discrete

< Frame interval


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