Results 354 comments of Maik Riechert

Currently wordsize is determined automatically with a heuristic with the goal of trying to represent the input as accurately as possible. Feel free to open a separate feature request about...

I'd like to understand your scenario a bit better. Those variables that are overwritten are derived directly from the domain configuration and met data selection, so changing them in the...

Maybe we should look at the behaviour of some existing layer classes within leaflet which also do asynchronous loading. I can think of the tile layers only at the moment,...

Had the same issue. Moving the setting to the remote config makes it work, but it is a bit confusing. Maybe some tooltip could guide the user if a non-standard...

Interesting, I think it's worth checking how Webcamoid uses akvcam internally. Maybe there's some way to get better performance. This seems to be the place: https://github.dev/webcamoid/webcamoid/blob/9d399b7d04668ad642dd8cb62c9609f612cf396b/libAvKys/Plugins/VirtualCamera/src/dshow/src/vcamdshow.cpp#L1146 On first it seems...

> I'm pretty sure that there might be an overflow or a memory problem when handling larger resolutions but I was not able to figure it out. Did you try...

> I've tried directly from the command line and the results seem to be inconsistent (independent of the resolution the stream does have irregular FPS). From the command line, do...

CI is still failing, can you have a look? > D:\a\pyvirtualcam\pyvirtualcam\pyvirtualcam\native_windows_akvcam\virtual_output.h(150): error C2065: 'cout': undeclared identifier

@ratuspro Are you going to continue working on this? I tried your branch and noticed that Python hangs at `WriteFile()` indefinitely if an app is showing the virtual camera and...