File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313#so you will need to install it with pip install python_weather
1414#queue to find the right gesture
1515from collections import deque
16-
16+ deviceChoice = None
17+ deviceStatus = None
1718
1819#https://colab.research.google.com/github/googlesamples/mediapipe/blob/main/examples/gesture_recognizer/python/gesture_recognizer.ipynb#scrollTo=TUfAcER1oUS6
1920#https://developers.google.com/mediapipe/solutions/vision/gesture_recognizer/python#video
Original file line number Diff line number Diff line change 7676 < p > Current Gesture: < span id ="currentGesture "> Waiting...</ span > </ p >
7777 < p > First Gesture: < span id ="firstGesture "> Waiting...</ span > </ p >
7878 < p > Second Gesture: < span id ="secondGesture "> Waiting...</ span > </ p >
79- < p > Device Choice: {{ deviceChoice }}</ p >
80- < p > Device Status: {{ deviceStatus }}</ p >
79+ < p > Device Choice: < span id =" deviceChoice " > Waiting... {{ deviceChoice }}</ p >
80+ < p > Device Status: < span id =" deviceStatus " > Waiting... {{ deviceStatus }}</ p >
8181 </ div >
8282 </ div >
8383
You can’t perform that action at this time.
0 commit comments