V4l2 Timestamp always 0 after VIDIOC_DQBUF (l4t r32.2.1)

vb2_buffer is defined in videobuf2-core.h which is only available in the kernel source. Trying to include it in user space causes a whole host of issues.

When that failed I spent some time trying to cherry pick out the struct definitions (vb2_buffer, vb2_queue, vb2_plane, etc) but that quickly got down to some includes only available in the kernel source.

I don’t think that using vb2_buffer (or vb2_v4l2_buffer) is an option in user space.

1 Like