-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmetadata.json
More file actions
85 lines (85 loc) · 2.14 KB
/
Copy pathmetadata.json
File metadata and controls
85 lines (85 loc) · 2.14 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"$schema": "holoscan/module/v2",
"module": {
"name": "holoscan-sensor-bridge",
"version": "2.6.0",
"description": "FPGA-based sensor data bridge for low-latency capture into Holoscan pipelines. Provides Holoscan operators for camera, audio, and signal-processing data planes (RoCE, UDP, Linux socket, CoE), with a software emulator that allows the operators to be exercised without hardware.",
"authors": [
{
"name": "Holoscan Team",
"affiliation": "NVIDIA"
}
],
"license": "Apache-2.0",
"language": ["C++", "Python"],
"namespace": {
"cpp": "hololink",
"python": "hololink"
},
"homepage": "https://docs.nvidia.com/holoscan/sensor-bridge/latest/",
"platforms": ["x86_64", "aarch64"],
"tags": [
"sensor-bridge",
"camera-capture",
"csi",
"fpga",
"roce",
"coe",
"udp",
"audio",
"signal-processing",
"imx274",
"imx477",
"imx715",
"vb1940",
"emulator"
],
"sensor_hardware": [
"Lattice CertusPro-NX Sensor-to-Ethernet Bridge",
"Microchip Holoscan Sensor Bridge",
"Sony IMX274",
"Sony IMX477",
"Sony IMX715",
"Leopard VB1940"
],
"holoscan_sdk": {
"minimum_required_version": "4.2",
"tested_versions": ["4.2.0"]
},
"operator_names": [
"ArgusIspOp",
"AudioPacketizerOp",
"CheckCrcOp",
"CheckPvaCrcOp",
"ComputeCrcOp",
"ComputePvaCrcOp",
"CsiToBayerOp",
"FusaCoeCaptureOp",
"GpuRoceTransceiverOp",
"HsbControllerOp",
"IQDecoderOp",
"IQEncoderOp",
"ImageProcessorOp",
"LinuxCoeReceiverOp",
"LinuxDataPlaneOp",
"LinuxReceiverOp",
"PackedFormatConverterOp",
"RoceReceiverOp",
"RoceTransmitterOp",
"SIPLCameraOutputOp",
"SignalGeneratorOp",
"SignalViewerOp",
"SubFrameCombinerOp",
"SubFrameVisualizerOp",
"UdpTransmitterOp"
],
"dockerfile": "docker/Dockerfile",
"documentation": {
"readme": "README.md"
},
"testing": {
"cpp": "ctest",
"python": "pytest"
}
}
}