Is there a way to perspectively warp the whole screen, so i can correct a image which is displayed on a projection screen from a strange angle?
Background is, we have a play and i would like to project background screens. Because i want to use a variety of Media Types and also would like to remote control the whole thing, the easiest way would be to simply warp the whole screen instead of using projection mapping or something.
To be clear, there is just one rectangular surface i need to transform the image on.
You can do that with
xrandr
tool and its--transform
option to which you can pass a 3x3 transformation matrix.Unfortunately I don't know any GUI to compute the transformation matrix. But several open sources project have tool to do that (OpenCV, openFrameworks...) from 2 set of 4 corners.