tqk2811
tqk2811

On nuget, just back to 4.1.0
> That scrcpy scan trough 37000-44000 port to get adb over wifi started It take too much time for scan, and this **feature request** not for scrcpy.
Is there any plan for this?
> Did you find out how to convert yuv to rgb? I too am getting CPU usage of +100% using swscale and would like to decrease that. @garayronald, @IronSight87 are...
Tools only block "www" or "wvvw" .......
before ``` adb shell LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/data/local/tmp/nodejs:/system/lib64 /data/local/tmp/nodejs/node /data/local/tmp/TestProj WARNING: linker: Warning: "/data/local/tmp/nodejs/libc++_shared.so" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring) WARNING: linker: Warning: "/data/local/tmp/nodejs/libc++_shared.so" unused DT entry: unknown processor-specific...
Update: found working here https://github.com/termux/termux-elf-cleaner
 ```xaml ``` ```cs internal class MainWVM { public TimeSpan TimeSpan { get; set; } = TimeSpan.FromHours(2); public ObservableCollection TimeList { get; } = new ObservableCollection() { new TimeVM(), new...
In PR #15 You can build success with TargetFrameworks `netcoreapp3.0`, I haven't tested it in runtime yet.