Is there any way of storing the camera image to a buffer or something, to access it the next frame?
I'd want to do a motion extraction effect, where I overlay the nth frame above the inverted n-1th frame, but I dont know how i should store the n-1th frame.
Could it be possible to use the 2x resolution to store it in non-displayed pixels, and if yes how?