-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmeta.json
39 lines (39 loc) · 1.43 KB
/
meta.json
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
{
"module_id": "viam:viamrtsp",
"visibility": "public",
"url": "https://github.com/viam-modules/viamrtsp",
"description": "module for rtsp, currently supports x264 and x265",
"models": [
{
"api": "rdk:component:camera",
"model": "viam:viamrtsp:rtsp",
"markdown_link": "README.md#configure-your-viamrtsp-camera",
"short_description": "configure a rtsp camera that will autodetect the codec to use."
},
{
"api": "rdk:component:camera",
"model": "viam:viamrtsp:rtsp-h264",
"markdown_link": "README.md#configure-your-viamrtsp-camera",
"short_description": "configure a rtsp camera that uses the H264 codec."
},
{
"api": "rdk:component:camera",
"model": "viam:viamrtsp:rtsp-h265",
"markdown_link": "README.md#configure-your-viamrtsp-camera",
"short_description": "configure a rtsp camera that uses the H265 codec."
},
{
"api": "rdk:component:camera",
"model": "viam:viamrtsp:rtsp-mjpeg",
"markdown_link": "README.md#configure-your-viamrtsp-camera",
"short_description": "configure a rtsp camera that uses the M-JPEG codec."
},
{
"api": "rdk:service:discovery",
"model": "viam:viamrtsp:onvif",
"markdown_link": "README.md#configure-the-viamrtsponvif-discovery-service",
"short_description": "A discovery service to find rtsp cameras that use the onvif interface."
}
],
"entrypoint": "bin/viamrtsp"
}