Open wr200m opened 4 years ago
Why not just increase the minimum confidence in this case?
I would like to paint the canvas even when no body is detected in the frame. Currently as I understand, the only event for me to paint the canvas is when PoseUpdated() {}. With a high min confidence, this event would not trigger and I would not get a chance paint the canvas with nobody in it.
Describe the desired feature Currently only the configuration properties of MinPartConfidence and MinPoseConfidence can be queried? Would like to see PoseConfidence and {Part}Confidence to be available for all parts.
Give an example of how this feature would be used
Same thing goes for {Part}Confidence properties but that can wait.
Why doesn't the current App Inventor system address this use case? As in the example, currently I have to set a low MinPoseConfidence so that I can paint the canvas's background image on every frame, that means I would have to compute inside the callback each time whether there's a real pose inside the frame or not. This is not good.
Why is this feature beneficial to App Inventor's educational mission?