You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note
That data_offset is included in bytesused. So the size of the image in the plane is bytesused-data_offset at offset data_offset from the start of the plane.
So the plane data is from data_offset to bytesused.
V4L2 specification states
So the plane data is from data_offset to bytesused.
But the current DqBuffer's get_plane_mapping() implementation is
This may casues the out-of-bound buffer in mmaping and accessing.
The text was updated successfully, but these errors were encountered: