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

parameter of ioctl(VIDIOC_QUERYCTRL) More...

#include <video.h>

Public Attributes

uint16_t ctrl_class
 
uint16_t id
 
uint16_t type
 
char name [32]
 
int32_t minimum
 
int32_t maximum
 
uint32_t step
 
int32_t default_value
 
uint32_t flags
 

Detailed Description

parameter of ioctl(VIDIOC_QUERYCTRL)

Member Data Documentation

◆ ctrl_class

uint16_t ctrl_class

Control class(not used)

◆ id

uint16_t id

Control id

◆ type

uint16_t type

◆ name

char name[32]

Name of control

◆ minimum

int32_t minimum

Minimum value

◆ maximum

int32_t maximum

Maximum value

◆ step

uint32_t step

Step

◆ default_value

int32_t default_value

Default value

◆ flags

uint32_t flags

Flag


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