I am working on my own open source slit-scanning type software.
The idea is to create a image from a video based on a black/white image map.
Black pixels = 0 = frame 0
White pixels = 255 = the last frame
I have the code working just fine, and can make some nifty effects.
However, with normal depth images I just get 0-255 frame range to work with, and that really isnt very much.
Is it possible to get input from a HDR black and white image?
So, white isnt just going to be 255 ?
Thanks,
Thomas
1