vpiWarpMapAllocData alocation failed

Fatal assertion error
#0 /opt/nvidia/vpi1/lib64/libnvvpi.so.1(+0x78cf30) [0x7f89178f30]
#1 /opt/nvidia/vpi1/lib64/libnvvpi.so.1(+0x78d98c) [0x7f8917998c]
#2 /opt/nvidia/vpi1/lib64/libnvvpi.so.1(+0x2c512c) [0x7f88cb112c]
#3 /opt/nvidia/vpi1/lib64/libnvvpi.so.1(vpiWarpMapAllocData+0x30) [0x7f88c19448]
#4 ./remap(+0x30ec) [0x55761420ec]
#5 /lib/aarch64-linux-gnu/libc.so.6(__libc_start_main+0xe0) [0x7f886fb720]
#6 ./remap(+0x26a4) [0x55761416a4]
Aborted (core dumped)

memset(&map, 0, sizeof(map));
map.grid.numHorizRegions = 1;
map.grid.numVertRegions = 1;
map.grid.regionWidth[0] = 5248;
map.grid.regionHeight[0] = 3584;
map.grid.horizInterval[0] = 1;
map.grid.vertInterval[0] = 1;
vpiWarpMapAllocData(&map); → this is giving the above error

its working fine for lower wight and height, but fails fails on large(example 5248,3584)

i am using vpi1

Thanks in Advance

Hi,

Thanks for reporting this.

Confirmed that this issue can be reproduced in our environment.
We are checking this with our internal team.
Will get back to you soon.

Thanks.

Hi,

In VPI 1.0, please use map.grid.regionWidth <= 4032.
We will check if it is possible to support the higher resolution in our future releases.

Thanks.

But is works with vpi 0.4

Hi,

We have fixed this issue in VPI v1.1, which is included in the upcoming release.
Please wait for our update for the new release.

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.