From f6c104b91fa2f71c8a6450afd9594a6c176a9722 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Thu, 2 Jul 2026 20:28:19 -0400 Subject: [PATCH] Add AJA DANTE-12GAM (official specs) + ENG CCU camera-side adapter --- aja-dante12gam-eng-camside.json | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 aja-dante12gam-eng-camside.json diff --git a/aja-dante12gam-eng-camside.json b/aja-dante12gam-eng-camside.json new file mode 100644 index 0000000..14cc986 --- /dev/null +++ b/aja-dante12gam-eng-camside.json @@ -0,0 +1,53 @@ +{ + "version": 1, + "templates": [ + { + "label": "AJA DANTE-12GAM", + "shortName": "DANTE-12GAM", + "deviceType": "audio-embedder", + "category": "Audio I/O", + "manufacturer": "AJA", + "modelNumber": "DANTE-12GAM", + "referenceUrl": "https://www.aja.com/products/dante-12gam", + "color": "#f59e0b", + "searchTerms": ["aja", "dante", "12gam", "embedder", "disembedder", "aes67", "st2110", "aoip", "sdi audio"], + "powerDrawW": 25, + "voltage": "10-18VDC / PoE+", + "heightMm": 41.81, + "widthMm": 127, + "depthMm": 205.49, + "weightKg": 0.87, + "poeDrawW": 25.5, + "ports": [ + {"id": "p1", "label": "12G-SDI In (16ch embed)", "signalType": "sdi", "direction": "input", "connectorType": "bnc"}, + {"id": "p2", "label": "12G-SDI Out (16ch embed)", "signalType": "sdi", "direction": "output", "connectorType": "bnc"}, + {"id": "p3", "label": "Dante Primary (GigE, PoE+)", "signalType": "dante", "direction": "bidirectional", "connectorType": "ethercon"}, + {"id": "p4", "label": "Dante Secondary (GigE)", "signalType": "dante", "direction": "bidirectional", "connectorType": "ethercon"}, + {"id": "p5", "label": "SFP Cage (opt. dual 12G BNC/LC TR)", "signalType": "sdi", "direction": "bidirectional", "connectorType": "sfp"}, + {"id": "p6", "label": "USB-C (eMini-Setup config)", "signalType": "usb", "direction": "bidirectional", "connectorType": "usb-c"}, + {"id": "p7", "label": "12VDC In (4-pin Mini-XLR)", "signalType": "power", "direction": "input", "connectorType": "mini-xlr"} + ] + }, + { + "label": "ENG Camera Adapter (Camera Side)", + "shortName": "ENG Cam Adapter", + "deviceType": "camera-ccu", + "category": "Sources", + "manufacturer": "OEM (Alibaba)", + "modelNumber": "ENG-CCU-CAMSIDE-1601427864091", + "referenceUrl": "https://www.alibaba.com/product-detail/ENG-Style-Broadcast-Camera-Control-System_1601427864091.html", + "color": "#0891b2", + "searchTerms": ["eng", "ccu", "camera adapter", "camera back", "fiber", "smpte", "camera side", "broadcast"], + "ports": [ + {"id": "p1", "label": "SMPTE Fiber to Base Station", "signalType": "fiber", "direction": "bidirectional", "connectorType": "opticalcon"}, + {"id": "p2", "label": "SDI In from Camera (BNC)", "signalType": "sdi", "direction": "input", "connectorType": "bnc"}, + {"id": "p3", "label": "SDI Return Out to VF (BNC)", "signalType": "sdi", "direction": "output", "connectorType": "bnc"}, + {"id": "p4", "label": "Intercom Headset (XLR-5)", "signalType": "analog-audio", "direction": "bidirectional", "connectorType": "xlr-5"}, + {"id": "p5", "label": "Tally Out", "signalType": "tally", "direction": "output", "connectorType": "multipin"}, + {"id": "p6", "label": "Camera Control (RS-485/LANC)", "signalType": "rs485", "direction": "bidirectional", "connectorType": "multipin"}, + {"id": "p7", "label": "Power Out to Camera (XLR-4)", "signalType": "power", "direction": "output", "connectorType": "xlr-4"}, + {"id": "p8", "label": "DC Power In / Battery", "signalType": "power", "direction": "input", "connectorType": "xlr-4"} + ] + } + ] +}