Hello,
I am working with a Jetson Nano and the DLI course.
I have the deepstream SDK v4.0.2.
In the dli_apps, I ran the deepstream-test1-csicam-in but the image is inverted.
I saw that it was possible to do video transformation with the nvvidconv flip-method but how do I modify the code to set the value to 2 to rotate the video of 180 degrees?
Otherwise, I saw it was possible to use the nvbufsurftransform but I’m yet to find an example.