Tom Birdsong

Results 119 comments of Tom Birdsong

The following formats are supported in `AJASourceOp` as of Holoscan SDK v2.4.0 [(release notes)](https://github.com/nvidia-holoscan/holoscan-sdk/releases/tag/v2.4.0): - 720p @ 50, 59.94, 60Hz - 1080i @ 50, 59.94, 60Hz - 1080p @ 23.98,...

Following up here, a couple of notes: - Zarr data will load only if there is no "/" at the end. Omitting the "/" from the image path above resolves...

@thewtex Could you please weigh in if you have time? Is it possible that the TAG file was changed within the past week, and if so do you maybe have...

Okay, good to know. I wonder if we need to pin to a stable, previous version rather than always grabbing the nightly build? [`itk::AddImageFilter`](https://github.com/InsightSoftwareConsortium/ITK/commits/master/Modules/Filtering/ImageIntensity/include/itkAddImageFilter.h) was last updated in 2020 and...

Having trouble reproducing via a clean superbuild on Ubuntu 18.04 with Ninja. The ITK tag file matches the nightly version that docs CI should be using?

@thewtex Docs CI builds against the default ITK commit tag set in the ITKSphinxExamples superbuild configuration, which appears to be e801e637634d1cdf050b358299fd7b3771418f2e. I agree that ideally it would be best to...

Previously noticed these tag file warnings/errors last year in https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/issues/362, the workaround at that time was to pin to `v5.2.0` tag files which we obviously no longer want to do....

> > PR #412. One thing that I wonder is why the second one has a single then a pair entry with the latter containing an element that is already...

Ah right, I've also run into issues with C++/Python baseline comparisons before. The ITKSphinxExamples macros were set up with the assumption that C++ and Python script output should always be...

Fixed reference to input screenshot in .rst documentation.