From 162c2fc42b1a5e03b4b5f2cef561c46668ce9826 Mon Sep 17 00:00:00 2001 From: jjomier <219040+jjomier@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:57:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20nvidia-h?= =?UTF-8?q?oloscan/holohub@7ec59eff875bded1782483645d87b28804c06e2a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aggregate_metadata.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/aggregate_metadata.json b/aggregate_metadata.json index 922df0076..6ea00812b 100644 --- a/aggregate_metadata.json +++ b/aggregate_metadata.json @@ -50,7 +50,7 @@ }, { "metadata": { - "name": "volume_rendering", + "name": "Volume Rendering", "authors": [ { "name": "Holoscan Team", @@ -74,7 +74,8 @@ ], "tags": [ "Volume", - "Render" + "Render", + "ClaraViz" ], "ranking": 1, "dependencies": {}, @@ -141,7 +142,7 @@ }, { "metadata": { - "name": "webrtc_client", + "name": "WebRTC Video Client", "authors": [ { "name": "Holoscan Team", @@ -925,7 +926,7 @@ }, { "metadata": { - "name": "webrtc_video_server", + "name": "WebRTC Video Server", "authors": [ { "name": "Holoscan Team", @@ -1823,7 +1824,7 @@ }, { "metadata": { - "name": "webrtc_holoviz_server", + "name": "WebRTC Holoviz Server", "authors": [ { "name": "Holoscan Team", @@ -2057,7 +2058,7 @@ }, { "metadata": { - "name": "qt_video_replayer", + "name": "Qt Video Replayer", "authors": [ { "name": "Holoscan Team", @@ -2265,7 +2266,8 @@ ], "tags": [ "Volume", - "Render" + "Render", + "ClaraViz" ], "ranking": 1, "dependencies": {} @@ -2824,7 +2826,10 @@ ], "tags": [ "Volume", - "Load" + "Load", + "MHD", + "NIFTI", + "NRRD" ], "ranking": 1, "dependencies": {} @@ -3443,7 +3448,7 @@ "ranking": 1, "dependencies": {} }, - "readme": "### Qt Video Operator\n\nThe `qt_video` operator is used to display a video in a [QtQuick](https://doc.qt.io/qt-6/qtquick-index.html) application.\n\nFor more information on how to use this operator in an application see [Qt example](../../applications/qt/README.md).\n\n#### `holoscan::ops::QtVideoOp`\n\nOperator class.\n\n##### Parameters\n\n- **`QtHoloscanVideo`**: Instance of QtHoloscanVideo to be used\n - type: `QtHoloscanVideo\n\n##### Inputs\n\n- **`input`**: Input frame data\n - type: `nvidia::gxf::Tensor` or `nvidia::gxf::VideoBuffer`\n", + "readme": "### Qt Video Operator\n\nThe `qt_video` operator is used to display a video in a [QtQuick](https://doc.qt.io/qt-6/qtquick-index.html) application.\n\nFor more information on how to use this operator in an application see [Qt video replayer example](../../applications/qt_video_replayer/README.md).\n\n#### `holoscan::ops::QtVideoOp`\n\nOperator class.\n\n##### Parameters\n\n- **`QtHoloscanVideo`**: Instance of QtHoloscanVideo to be used\n - type: `QtHoloscanVideo\n\n##### Inputs\n\n- **`input`**: Input frame data\n - type: `nvidia::gxf::Tensor` or `nvidia::gxf::VideoBuffer`\n", "application_name": "qt_video", "source_folder": "operators" }