-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
59 lines (46 loc) · 2.09 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>VXG API Samples</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" type="text/css" href="frw/bootstrap.min.css">
<script type="text/javascript" src="frw/jquery.min.js"></script>
<script type="text/javascript" src="frw/bootstrap.min.js"></script>
</head>
<body>
<div class="container main-container" style="font-size:large">
<h2>VXG REST API Samples (13-12-2021)</h2>
<br>
<div class="row">
<div class="col-sm-5"><a href="sample-create-clips.html" target="_blank">sample-create-clips.html</a></div>
<div class="col-sm-7">Create clips</div>
</div>
<div class="row">
<div class="col-sm-5"><a href="sample-live-images.html" target="_blank">sample-live-images.html</a></div>
<div class="col-sm-7">Generate images out of live video</div>
</div>
<div class="row">
<div class="col-sm-5"><a href="sample-extract-images.html" target="_blank">sample-extract-images.html</a></div>
<div class="col-sm-7">Extract images from video storage</div>
</div>
<div class="row">
<div class="col-sm-5"><a href="sample-extract-images.html" target="_blank">sample-create-meta.html</a></div>
<div class="col-sm-7">Create metadata record</div>
</div>
<div class="row">
<div class="col-sm-5"><a href="sample-extract-images.html" target="_blank">sample-filter-meta.html</a></div>
<div class="col-sm-7">Filter by metadata</div>
</div>
<div class="row">
<div class="col-sm-5"><a href="sample-extract-images.html" target="_blank">sample-channels-by-grouptoken.html</a></div>
<div class="col-sm-7">See channels inside the group token</div>
</div>
<div class="row">
<div class="col-sm-5"><a href="sample-extract-images.html" target="_blank">sample-suspected-loitering.html</a></div>
<div class="col-sm-7">Suspected loitering sample</div>
</div>
</div>
</body>
</html>