I have an application to host a webpage that will be the menu of the robot so I need it to be executing all the time unless my other apps are on use. I have tried with trigger condition = 1:
- Nature = Interactive: The app block other interactive apps such as face recognition and will not execute if other apps are running.
- Nature = Solitary: The app is stopped when other interactive apps start (for example when a face is recognized) The only important part of it is on the html part so maybe the approach is not correct.
I solved it by using:
Here is the code that I used (it doesn't work here because you need to download some software before):
Hope that someone else finds this info useful.