From 679b3bd7938f674dcdc4af2ccb7ce90ff3f5c115 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Thu, 2 Jul 2026 20:24:36 -0400 Subject: [PATCH] Add AIDA Imaging UHD-100A POV camera (official specs) --- aida-uhd100a.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 aida-uhd100a.json diff --git a/aida-uhd100a.json b/aida-uhd100a.json new file mode 100644 index 0000000..5be27f9 --- /dev/null +++ b/aida-uhd100a.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "templates": [ + { + "label": "AIDA UHD-100A", + "shortName": "UHD-100A", + "deviceType": "camera", + "category": "Sources", + "manufacturer": "AIDA Imaging", + "modelNumber": "UHD-100A", + "referenceUrl": "https://aidaimaging.com/product/uhd-100a/", + "color": "#16a34a", + "searchTerms": ["aida", "uhd-100a", "pov", "4k", "uhd", "mini camera", "visca", "c-mount"], + "powerDrawW": 5, + "voltage": "12VDC (9-15VDC)", + "heightMm": 39, + "widthMm": 39, + "depthMm": 50.5, + "weightKg": 0.14, + "ports": [ + {"id": "p1", "label": "HDMI Out (4K30 / 1080p60)", "signalType": "hdmi", "direction": "output", "connectorType": "hdmi"}, + {"id": "p2", "label": "Audio In (3.5mm Mic/Line via I/O cable)", "signalType": "analog-audio", "direction": "input", "connectorType": "trs-eighth"}, + {"id": "p3", "label": "RS-485 VISCA (via I/O cable)", "signalType": "rs485", "direction": "bidirectional", "connectorType": "multipin"}, + {"id": "p4", "label": "12VDC Power In", "signalType": "power", "direction": "input", "connectorType": "barrel"} + ] + } + ] +}