How to rotate putText from the Android studio.
I accidentally set the screen horizontally. So the letters look horizontal. I want to know how to rotate the letters From the Android studio.
putText(matInput, "R:2", Point(150, 320), 1, 8, Scalar::all(255),6);
It is my putText coding.
The screen is running.