• Hardware Platform (Jetson / GPU)
Jetson Nano
• DeepStream Version
DeepStream 5.0 SDK
• JetPack Version (valid for Jetson only)
Jetpack 4.4.1
• TensorRT Version
7.1.3.0
Hello.
We made our application using Jetson Nano.
At the camera setting site, the camera rotates 90 degrees and gives input.
When we apply AI detection with this image, the performance is poor because the human rotates 90 degrees and comes in as input.
I want to rotate the camera image coming in as input by 90 before inferring it from DeepStream and reverse it when outputting it again.
Is there any way?
In DeepStream, can the user infer by converting the camera image (ex. rotating, resize)?