-
Notifications
You must be signed in to change notification settings - Fork 0
/
lius_client.html
41 lines (30 loc) · 1.36 KB
/
lius_client.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<title>Raspberry Pi - Camera Control </title>
</head>
<body>
<center><h1>Raspberry Pi - Water Trashbin Monitoring </h1></center>
<center><img src="http://localhost:81/stream.mjpg" width="640" height="480"></center>
</body>
</html>
<h2><center>
<form action="http://localhost:80/start_recording" method="get">
<button type="submit" >Start Recording Video</button>
<button formaction="http://localhost:80/stop_recording" type="submit">Stop Recording Video</button>
<button formaction="http://localhost:80/take_photo" type="submit">Capture Image</button>
<button formaction="http://localhost:80/start_camera" type="submit">Start preview</button>
<button formaction="http://localhost:80/stop_camera" type="submit">Stop preview</button>
</form>
<h2> <p style="background-color:Tomato;"> Control Button </p> </h2>
<p style="color:DodgerBlue;"> These Button to control the water trashbin DIRECTIONS</p>
<form action="http://localhost:80/forward" method="get">
<button type="submit" >FORWARD <b>(W)</button>
<p>
<button formaction="http://localhost:80/left" type="submit">LEFT <b>(A)</button>
<button formaction="http://localhost:80/right" type="submit">RIGHT <b>(D)</button>
<p>
</form>
<button type="button" > <b> CONVEYOR ON <b></button>
<button type="button" > <b> CONVEYOR OFF <b></button>
</body>
</html>