I know my gst command shows uridecodebin3 instead of my camera but the output is similar which I have attached. (Funny thing is, when I ran the same command with same configuration files on my x86 machine on a triton docker, it works absolutely fine)
I also tried an opencv method and it also displays this weird black lines. (Again same code and it works fine on my x86 machine).
I created a virtualenv to use the opencv version similar to that of x86 but it still displays the black lines.
If anyone has any idea what the cause is or how can I resolve this, please let me know.
I am also attaching one of my nvdewarp config files. dewarper_config_4.txt (170 Bytes)
Thanks!
System Environment:
Jetson AGX ORIN
Jetpack: 5.1.1
Deepstream: 6.2
TensorRT: 8.5.2.2
Opencv: 4.6 + CUDA
I cannot or I should not? (Because this command does run on the jetson)
Also regarding the pipeline, I need to create a new one anyway but that is not the point, the point is that even the simplest gst-pipeline works fine on the triton docker but when trying to run it on the jetson, it gives those weird line stuff.
Ok this command I remember running on triton and it worked fine.
I tried many algorithms and NvDewarper too so that I can use the perspective form of my equirectangular image.
I found out that not just NvDewarper but even other algorithms have this weird stuff going on but it is not affecting the performance as such. (Basically the transformation is not smooth)
It is no longer an issue but thank you for the nvmultistreamtiler thing.