On 11/06/14 10:31, Hans Verkuil wrote: > On 11/05/14 20:52, Andrey Utkin wrote: >> More on the same topic. >> I believe there's another bug on displaying of payload. >> Let's say we have the same [45][45] array, and this is what is posted to it: >> uint16_t buf[45 * 45] = {0, }; >> buf[0] = 1; >> buf[1] = 2; >> buf[45] = 3; >> buf[45 * 45 - 1] = 0xff; >> >> What is shown by v4l2-ctl you can see here: >> https://dl.dropboxusercontent.com/u/43104344/v4l2-ctl_payload_bug.png >> > > I'll look at this Friday or Monday. > > I want to add some test array controls to the vivid driver as well to make > it easier to test such controls, so that will be a good test case. OK, I had some time and I made several fixes. Please pull from v4l-utils.git and verify that it is now working correctly. Thanks for reporting this! Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html