Best Arduino for processing 80x60 video

What is currently the best and most popular Arduino that can work with small slow video.
I have a Flir Leption thermal camera that takes 80x60 video at 9 Hz. Check it out here: Lepton

I've been playing with the Arduino Due, but I am waiting for the Tre or something like that. What is currently the best one?

Well, the Tre will be much faster, but its not available yet (is it?)

So it depends on what you want to do.

If you want to do complex video processing e.g. DCT or FFT etc on the image, then a faster processor with loads of memory will help

If however you just want to capture the image and store it in ram and do basic processing I guess the Due would be adequate

I can't see from the spec what the bit depth of the camera is, I presume its 8 bits but even if its 32 bits per pixel, it would still be fine in Due because that would only be 19k of the 96K of Ram in the Due

Due is also quite fast, so doing basic image processing on an 8 bit image should also IHMO be possible