Lines Matching full:frame
19 VIDIOC_ENUM_FRAMEINTERVALS - Enumerate frame intervals
37 that contains a pixel format and size and receives a frame interval.
43 This ioctl allows applications to enumerate all frame intervals that the
44 device supports for the given pixel format and frame size.
46 The supported pixel formats and frame sizes can be obtained by using the
51 depend on the type of frame intervals the device supports. Here are the
75 the ``type`` field to determine the type of frame interval enumeration
77 does it make sense to increase the index value to receive more frame
82 The order in which the frame intervals are returned has no
84 default frame intervals.
89 other ioctl calls while it runs the frame interval enumeration.
93 **Frame intervals and frame rates:** The V4L2 API uses frame
94 intervals instead of frame rates. Given the frame interval the frame
121 - Minimum frame interval [s].
124 - Maximum frame interval [s].
127 - Frame interval step size [s].
142 - IN: Index of the given frame interval in the enumeration.
146 - IN: Pixel format for which the frame intervals are enumerated.
150 - IN: Frame width for which the frame intervals are enumerated.
154 - IN: Frame height for which the frame intervals are enumerated.
158 - OUT: Frame interval type the device supports.
162 - OUT: Frame interval with the given index.
166 - Frame interval [s].
194 - Discrete frame interval.
197 - Continuous frame interval.
200 - Step-wise defined frame interval.