I use SDL
and I want to display image with USB camera.
I'll use YUV
formatted image and use SDL_Overlay
.
And I want to rotate the image.
Can I rotate a SDL_Overlay
object?
I must convert YUV
image to BMP
?
The rotation angle are 90 degrees.