add manual Tile Processor

zoom on video on pause (temp image)
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-07-28 12:39:52 +03:00
parent fefd054ea0
commit fc6e5db795
34 changed files with 716 additions and 209 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace Azaion.LoaderUI;
public static class ConstantsLoader
{
public const string SUITE_FOLDER = "suite";
public const int EXTERNAL_LOADER_PORT = 5020;
}