1 <refentry id="vidioc-dqevent">
3 <refentrytitle>ioctl VIDIOC_DQEVENT</refentrytitle>
8 <refname>VIDIOC_DQEVENT</refname>
9 <refpurpose>Dequeue event</refpurpose>
15 <funcdef>int <function>ioctl</function></funcdef>
16 <paramdef>int <parameter>fd</parameter></paramdef>
17 <paramdef>int <parameter>request</parameter></paramdef>
18 <paramdef>struct v4l2_event
19 *<parameter>argp</parameter></paramdef>
25 <title>Arguments</title>
29 <term><parameter>fd</parameter></term>
35 <term><parameter>request</parameter></term>
37 <para>VIDIOC_DQEVENT</para>
41 <term><parameter>argp</parameter></term>
50 <title>Description</title>
52 <para>Dequeue an event from a video device. No input is required
53 for this ioctl. All the fields of the &v4l2-event; structure are
54 filled by the driver. The file handle will also receive exceptions
55 which the application may get by e.g. using the select system
58 <table frame="none" pgwide="1" id="v4l2-event">
59 <title>struct <structname>v4l2_event</structname></title>
65 <entry><structfield>type</structfield></entry>
67 <entry>Type of the event.</entry>
71 <entry><structfield>u</structfield></entry>
77 <entry>&v4l2-event-vsync;</entry>
78 <entry><structfield>vsync</structfield></entry>
79 <entry>Event data for event V4L2_EVENT_VSYNC.
84 <entry>&v4l2-event-ctrl;</entry>
85 <entry><structfield>ctrl</structfield></entry>
86 <entry>Event data for event V4L2_EVENT_CTRL.
91 <entry>&v4l2-event-frame-sync;</entry>
92 <entry><structfield>frame</structfield></entry>
93 <entry>Event data for event V4L2_EVENT_FRAME_SYNC.</entry>
98 <entry><structfield>data</structfield>[64]</entry>
99 <entry>Event data. Defined by the event type. The union
100 should be used to define easily accessible type for
105 <entry><structfield>pending</structfield></entry>
107 <entry>Number of pending events excluding this one.</entry>
111 <entry><structfield>sequence</structfield></entry>
113 <entry>Event sequence number. The sequence number is
114 incremented for every subscribed event that takes place.
115 If sequence numbers are not contiguous it means that
116 events have been lost.
120 <entry>struct timespec</entry>
121 <entry><structfield>timestamp</structfield></entry>
123 <entry>Event timestamp.</entry>
127 <entry><structfield>id</structfield></entry>
129 <entry>The ID associated with the event source. If the event does not
130 have an associated ID (this depends on the event type), then this
135 <entry><structfield>reserved</structfield>[8]</entry>
137 <entry>Reserved for future extensions. Drivers must set
138 the array to zero.</entry>
144 <table frame="none" pgwide="1" id="v4l2-event-vsync">
145 <title>struct <structname>v4l2_event_vsync</structname></title>
151 <entry><structfield>field</structfield></entry>
152 <entry>The upcoming field. See &v4l2-field;.</entry>
158 <table frame="none" pgwide="1" id="v4l2-event-ctrl">
159 <title>struct <structname>v4l2_event_ctrl</structname></title>
165 <entry><structfield>changes</structfield></entry>
167 <entry>A bitmask that tells what has changed. See <xref linkend="changes-flags" />.</entry>
171 <entry><structfield>type</structfield></entry>
173 <entry>The type of the control. See &v4l2-ctrl-type;.</entry>
176 <entry>union (anonymous)</entry>
184 <entry><structfield>value</structfield></entry>
185 <entry>The 32-bit value of the control for 32-bit control types.
186 This is 0 for string controls since the value of a string
187 cannot be passed using &VIDIOC-DQEVENT;.</entry>
192 <entry><structfield>value64</structfield></entry>
193 <entry>The 64-bit value of the control for 64-bit control types.</entry>
197 <entry><structfield>flags</structfield></entry>
199 <entry>The control flags. See <xref linkend="control-flags" />.</entry>
203 <entry><structfield>minimum</structfield></entry>
205 <entry>The minimum value of the control. See &v4l2-queryctrl;.</entry>
209 <entry><structfield>maximum</structfield></entry>
211 <entry>The maximum value of the control. See &v4l2-queryctrl;.</entry>
215 <entry><structfield>step</structfield></entry>
217 <entry>The step value of the control. See &v4l2-queryctrl;.</entry>
221 <entry><structfield>default_value</structfield></entry>
223 <entry>The default value value of the control. See &v4l2-queryctrl;.</entry>
229 <table frame="none" pgwide="1" id="v4l2-event-frame-sync">
230 <title>struct <structname>v4l2_event_frame_sync</structname></title>
236 <entry><structfield>frame_sequence</structfield></entry>
238 The sequence number of the frame being received.
245 <table pgwide="1" frame="none" id="changes-flags">
246 <title>Changes</title>
251 <entry><constant>V4L2_EVENT_CTRL_CH_VALUE</constant></entry>
252 <entry>0x0001</entry>
253 <entry>This control event was triggered because the value of the control
254 changed. Special case: if a button control is pressed, then this
255 event is sent as well, even though there is not explicit value
256 associated with a button control.</entry>
259 <entry><constant>V4L2_EVENT_CTRL_CH_FLAGS</constant></entry>
260 <entry>0x0002</entry>
261 <entry>This control event was triggered because the control flags