Skip to content

Commit

Permalink
v4l2stream: debug v4l2 buffer flags
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Nov 6, 2024
1 parent 334d008 commit 22e7895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arvv4l2stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ arv_v4l2_stream_thread (void *data)
} else
arv_trace_stream_thread ("Dequeued buffer %d\n", bufd.index);

arv_trace_stream_thread("flags = 0x%08d\n", bufd.flags);

arv_buffer = g_hash_table_lookup (buffers, GINT_TO_POINTER (bufd.index));
if (ARV_IS_BUFFER (arv_buffer)) {
if (thread_data->callback != NULL)
Expand Down

0 comments on commit 22e7895

Please sign in to comment.