duvc-ctl 2.0.0
USB Video Class Camera Control Library
Loading...
Searching...
No Matches
duvc_prop_range_t Struct Reference

Property range information. More...

#include <duvc-ctl/c/api.h>

Collaboration diagram for duvc_prop_range_t:

Public Attributes

int32_t min
 Minimum supported value.
 
int32_t max
 Maximum supported value.
 
int32_t step
 Step size between valid values.
 
int32_t default_val
 Default value.
 
duvc_cam_mode_t default_mode
 Default control mode.
 

Detailed Description

Property range information.

Definition at line 140 of file api.h.

Member Data Documentation

◆ default_mode

duvc_cam_mode_t duvc_prop_range_t::default_mode

Default control mode.

Definition at line 145 of file api.h.

Referenced by duvc_prop_capability_supports_auto().

◆ default_val

int32_t duvc_prop_range_t::default_val

Default value.

Definition at line 144 of file api.h.

◆ max

int32_t duvc_prop_range_t::max

Maximum supported value.

Definition at line 142 of file api.h.

Referenced by duvc_prop_range_clamp(), and duvc_prop_range_is_valid().

◆ min

int32_t duvc_prop_range_t::min

Minimum supported value.

Definition at line 141 of file api.h.

Referenced by duvc_prop_range_clamp(), and duvc_prop_range_is_valid().

◆ step

int32_t duvc_prop_range_t::step

Step size between valid values.

Definition at line 143 of file api.h.

Referenced by duvc_prop_range_clamp(), and duvc_prop_range_is_valid().


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