VideoAnalyser.json 1.39 KB
Newer Older
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
60
61
62
63
64
{
	"Identifier": {
		"ImplementerID": 102,
		"Specification": {
			"Standard": "CAE",
			"AIW": "ARP",
			"AIM": "VideoAnalyser",
			"Version": "1.00"
		}
	},
	"Description": "This AIM implements the Video Analyser.",
	"Types": [{
		"Name": "Image_t",
		"Type": "uint64[]"
	},{
		"Name": "IrregularityImages_t",
		"Type": "Image_t[]"
	},{
		"Name": "Video_t",
		"Type": "{int32 frameNumber; int16 x; int16 y; byte[] frame}"
	},{
		"Name": "JSON_t",
		"Type": "{byte[] oneByteText | uint16[] twoByteText}"
	}],
	"Ports": [{
		"Name": "PreservationAudioVisualFile",
		"Direction": "InputOutput",
		"RecordType": "Video_t",
		"Technology": "Software",
		"Protocol": "",
		"IsRemote": false
	},{
		"Name": "IrregularityFileInput",
		"Direction": "InputOutput",
		"RecordType": "JSON_t",
		"Technology": "Software",
		"Protocol": "",
		"IsRemote": false
	},{
		"Name": "IrregularityFileOutput_1",
		"Direction": "OutputInput",
		"RecordType": "JSON_t",
		"Technology": "Software",
		"Protocol": "",
        "IsRemote": false
	},{
		"Name": "IrregularityFileOutput_2",
		"Direction": "OutputInput",
		"RecordType": "JSON_t",
		"Technology": "Software",
		"Protocol": "",
		"IsRemote": false
	},{
		"Name": "IrregularityImages",
		"Direction": "OutputInput",
		"RecordType": "IrregularityImages_t",
		"Technology": "Software",
		"Protocol": "",
		"IsRemote": false
	}],
	"SubAIMs": [],
    "Topology": [],
	"Implementations": []
}