holoscan-sdk icon indicating copy to clipboard operation
holoscan-sdk copied to clipboard

The AI sensor processing SDK for low latency streaming workflows

Results 11 holoscan-sdk issues
Sort by recently updated
recently updated
newest added

Feature Request The AJASourceOp is very limited in supported resolutions and framerates, only supports 1080p60 vs 2160p60 https://github.com/nvidia-holoscan/holoscan-sdk/blob/cf61c8e44a37d4f4bd8f4650fe7fe537249ea05e/src/operators/aja_source/aja_source.cpp#L90-L99 It also seems to only support HDMI or SDI input, no analog....

needs triage

Looks like the GLFW dependency [is being listed](https://github.com/nvidia-holoscan/holoscan-sdk/blob/bb60fb787dd9c3b5f74bf7e36f9f4a159ff857ca/CMakeLists.txt#L191) as an install target for the core Holoscan application. Wouldn't this dependency belong to the `holoviz` module?

bug

I'm encountering a CMake error when I try to compile this repository from the source using GCC-13. Compilation works when using GCC-12 `CC=gcc-12 CXX=g++-12 cmake ..`. I attached part of...

enhancement

It would be nice for the `Parameter` type to also be formattable by the `HOLOSCAN_LOG_XXX` method. Currently, it's necessary to add a `param.get()` to make it work. A simple `fmtlib`...

enhancement

## Overview During investigation of https://github.com/nvidia-holoscan/holoscan-sdk/issues/22 we determined that some Holoscan C++ operators are not fully documented in the Holoscan SDK User Guide. ## Details In investigating #22 we determined...

bug
documentation

In holoscan SDK 2.1.0, code was added in to ensure the input image has rank 3: ``` auto in_rank = in_tensor_gxf.rank(); if (in_rank != 3) { throw std::runtime_error( fmt::format("Input tensor...

bug
help wanted

Dear devs, I recently updated the Holoscan SDK from the older v1.0.3 to the v2.1.0. My application was running on the older SDK and after update the app stoped working....

bug
help wanted

## Overview Building the Holoscan SDK container with `run build` or directly from `Dockerfile` fails to pull Vulkan SDK packages. ## Details Holoscan SDK v2.2 and earlier attempts to fetch...

bug

Is there any success story using C# (.NET) to build a medical imaging application based on the Holoscan SDK? I am aware that Holoscan SDK does support C++ and Python....

Dear devs, I'm facing an issue with Holoviz operator when trying to use an exclusive display. In the operator params, I set "use_exclusive_display" as True and "display_name" corresponding to the...

help wanted
needs triage