You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);