From 9f34a090bd3807d320af56a791a77b888ae506be Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 31 Jan 2024 22:07:23 +0100 Subject: [PATCH] Created napdepthai-core.json --- modules/napdepthaicore.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/napdepthaicore.json diff --git a/modules/napdepthaicore.json b/modules/napdepthaicore.json new file mode 100644 index 0000000..577d335 --- /dev/null +++ b/modules/napdepthaicore.json @@ -0,0 +1,25 @@ +{ + "name": "napdepthaicore", + "categories": + [ + "computer vision", + "camera" + ], + "contexts": + { + "source": true, + "package": true + }, + "platforms": + [ + "windows" + ], + "author": + { + "name": "Pierre Tardif", + "link": "https://codingcoolsh.it/" + }, + "description": "Starting point to use DepthAI-Core Oak-D Lite in Nap Frameworks (Windows)", + "link": "https://github.com/pierrextardif/Nap-depthai-core", + "visible": true +}