RichardTea

Results 30 issues of RichardTea

When using a RenderTexture as the target there does not appear to be any way to find the resolution and aspect ratio of the stream. I have to guess a...

enhancement

Breakpad updated to Python3 and this appears to have broken Google depot_tools fetch.bat and gclient.bat on Windows. Sadly, updating depot_tools alone was not enough! Work around the issue by: -...

Qt Creator 13 has started using this temporary folder

Add a button to remove sources that have gone offline Builds on PR #326

Allows comparisons between different controllers that are expected to have the same output levels eg when transferring a show between different consoles using USITT ASCII Shows both sets of levels...

Change some radio buttons to combobox Use grid layouts instead of box layouts

FBXConverter.cpp lines 357 to 366: ``` if (nodes.empty()) { parent->mNumChildren = 0; parent->mChildren = nullptr; } parent->mChildren = new aiNode *[nodes.size()](); parent->mNumChildren = static_cast(nodes.size()); for (unsigned int i = 0;...

Bug
Techdebt

Similar to PR #181 This approach has the NdiReceiver raise the event instead of the FrameConvertor. The main advantage of this is that it allows the application to draw an...

For each successfully received frame, store: - resolution - aspect ratio - framerate - timecode - timestamp Closes Issue #209

The latest version of symstore available via pip is 0.3.4 from Dec 2022. There are quite a few important bugfixes and improvements since then that are relatively difficult to access...