1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<!-- 
  This example shows how to handle multiple cameras on the same page. (maks sure they have unique id attributes)
-->

<html>
  <head>
    <script src='//www.cameratag.com/api/v14/js/cameratag.min.js' type='text/javascript'></script>
    <link rel='stylesheet' href='//www.cameratag.com/static/14/cameratag.css'></link>
  </head>
  <body>
    <camera id='DemoCamera1' data-app-id='63f9c870-72c4-0130-04c5-123139045d73'></camera>
    <br/>
    <camera id='DemoCamera2' data-app-id='63f9c870-72c4-0130-04c5-123139045d73'></camera>
  </body>
</html>