Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7ec59ef 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jjomier committed Nov 16, 2023
1 parent fbda31f commit 162c2fc
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions aggregate_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"metadata": {
"name": "volume_rendering",
"name": "Volume Rendering",
"authors": [
{
"name": "Holoscan Team",
Expand All @@ -74,7 +74,8 @@
],
"tags": [
"Volume",
"Render"
"Render",
"ClaraViz"
],
"ranking": 1,
"dependencies": {},
Expand Down Expand Up @@ -141,7 +142,7 @@
},
{
"metadata": {
"name": "webrtc_client",
"name": "WebRTC Video Client",
"authors": [
{
"name": "Holoscan Team",
Expand Down Expand Up @@ -925,7 +926,7 @@
},
{
"metadata": {
"name": "webrtc_video_server",
"name": "WebRTC Video Server",
"authors": [
{
"name": "Holoscan Team",
Expand Down Expand Up @@ -1823,7 +1824,7 @@
},
{
"metadata": {
"name": "webrtc_holoviz_server",
"name": "WebRTC Holoviz Server",
"authors": [
{
"name": "Holoscan Team",
Expand Down Expand Up @@ -2057,7 +2058,7 @@
},
{
"metadata": {
"name": "qt_video_replayer",
"name": "Qt Video Replayer",
"authors": [
{
"name": "Holoscan Team",
Expand Down Expand Up @@ -2265,7 +2266,8 @@
],
"tags": [
"Volume",
"Render"
"Render",
"ClaraViz"
],
"ranking": 1,
"dependencies": {}
Expand Down Expand Up @@ -2824,7 +2826,10 @@
],
"tags": [
"Volume",
"Load"
"Load",
"MHD",
"NIFTI",
"NRRD"
],
"ranking": 1,
"dependencies": {}
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 162c2fc

Please sign in to comment.