Hi,
I have a question about the resolution tiler supported.
I call Utils_tilerGetOriAddr function and input params width and height is 1920, 1080, the function can execute corrected, however the input params width and height is 2592, 1936, the function execute failed, and the informaiton as follow:
[m3vpss ] CAPTURE_DEBUG: the width is 2592, the height is 1936
[m3vpss ] TILER_DEBUG: vStride is 8192, vOffset is 4, height is 1936
[m3vpss ] TILER_DEBUG: vStride is 4096, vOffset is 3453, height is 968
[m3vpss ] 5686: Assertion @ Line: 300 in utils/src/utils_tiler.c: (vStride > (vOffset + height)) : failed !!!
How should I do, I want to used tiler and my image resolution is 2592*1936.

