diff --git a/camera.html b/camera.html
index dfe74c9..f7780e9 100644
--- a/camera.html
+++ b/camera.html
@@ -1,45 +1,48 @@
-
-
-
-
- QrcodeDecoder - Camera
-
-
-
- Click start to scan qrcode.
-
-
-
-
-
+
+
-
+ start.onclick = startScan;
+
+ stop.onclick = function () {
+ qr.stop();
+ };
+ }
+ main();
+
+
+