FAQs - og2t/HiSlope GitHub Wiki
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);