Jean-Jacques Sarton
Jean-Jacques Sarton
Ferora, GCC 12.1.1: TFLite v2.8.0 - builds ok
I habe also a zt network. according to the equipment I own, my approach at home is to serve the LAN and the zt network via the unbound DNS server...
I have modified my code according to your changes which are better than mine.
I have modified the file os_dep/linux/recv_linux.c as follow: add the line #if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 12, 0)) before: #ifdef CONFIG_RTW_GRO and the line #endif after #endif /* CONFIG_RTW_GRO */ This...
There is a Workaround for this! If the user go back to the first Wirow history entry from Browser, this seems to work as expected.
The same effect may happen if a guest join a meeting, leave it and try to enter again. While testing, I had closed the guest browser (chromium) and launched it...
The effect of the debug level is known. The primary problem is the call ```cv::resize(ctx.ofinal(ctx.in_roidim),tmpbuf,ctx.mroi.size());```. As far I understood the code, ```ctx.ofinal(ctx.in_roidim)``` implies scaling (here) or cropping. The call within...
For the body-pix segmentation we have an output size 33x33 and with my modifications I don't have seen differences between the original and the modified code (if I except crashes,...
I have found why backscrub don't terminate with a crash while debug level > 1. The imshow window is opened before the main loop code, while we process the first...
@BenBe, I agree this is not the best approach. The backscrub own thread sync work as far I was able to check this, as expected. The problem seem to be...