Hi,
I have a device which produces 2048x2048 data arrays which I use to create bufferedimages. For display I rescale to 500x500.
The rescaling takes about 3/4 sec. Is this typical ? How can I do this faster ?
These 2048x2048 images are created at rates ranging from 1 - 50fps. How can I display them to the screen at this rate if the rescale takes so long ?
Any suggestions or solutions appreciated.
Paul