Redirecting Screens Based on Image Recognition Results

Welcome Subseu.

Knowing that Image Classifier probabilities are provided as indicated as a List, shown here Personal image classifier display - #2 by SteveJG

You can use that information to send the result to a Screen or virtual screen using
If..elseif Blocks.

It could work something like this:
If the top classification is 'bird' then open Screen2
elseif is twoelephants then open Screen3
elseif twodogs then open Screen4

Is that what you want to do with your classification information?

1 Like