Skip to content
og2t edited this page Feb 23, 2012 · 4 revisions

Can I filter images with HiSlope?

Of course – an image is nothing else than a single video frame. You need to trigger FilterChain every time you want to process the image – normally this is happening when the next video/webcam frame is available – HiSlope.INPUT_RENDERED event is triggered.

To manually trigger the chain just call: filterChain.process(processedBmpData);