-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTE
More file actions
11 lines (8 loc) · 821 Bytes
/
NOTE
File metadata and controls
11 lines (8 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
Objective: While the camera moves give a indication of position based upon "Ideal Posiition" of the object in our case which is a bottle. When the bottle is still for 3s infront of our camera we set that position as "Ideal-state" The indication happens through physical attribuites such as LEDs and Buzzer. The indications are,
* Buzzer - Rings, Which means our camera happpens to be in the "Ideal state" , which is right infront of our object.
* LEDS - different colors mean different directions and combinations of LEDs are also indicative. The colors mean,
# RED --> Left
# White --> Up
# Green --> Right
# Blue --> Down
* Reset -> Through a Push switch we can reset the previously set "Ideal Position" and set a new postion by follwing the same procedure.