| Webcam Library Reference Documentation | ![]() |
A description of one or multiple frame intervals. More...
#include <common/include/webcam.h>
Data Fields | |
| CFrameIntervalTypes | type |
| Type of the frame interval(s) described (discrete, continuous, step-wise) | |
| union { | |
| struct { | |
| unsigned int n | |
| Numerator of the frame interval. | |
| unsigned int d | |
| Denominator of the frame interval. | |
| } | |
| struct { | |
| unsigned int min_n | |
| Numerator of the minimum frame interval. | |
| unsigned int min_d | |
| Denominator of the minimum frame interval. | |
| unsigned int max_n | |
| Numerator of the maximum frame interval. | |
| unsigned int max_d | |
| Denominator of the maximum frame interval. | |
| unsigned int step_n | |
| Numerator of the frame interval step size (usually 1 if type is CF_INTERVAL_CONTINUOUS. | |
| unsigned int step_d | |
| Denominator of the frame interval step size (usually 1 if type is CF_INTERVAL_CONTINUOUS. | |
| } | |
| }; | |
A description of one or multiple frame intervals.
Each frame interval is described as a fraction of a second.