allo-
allo-
related: https://classicforum.manjaro.org/index.php?topic=27849.0
When I lift the webcam cover and the room is bright enough I get the full framerate for HD easily. The cam seems to be lowering the fps when the...
Yes. Do you allow us to use your patches under MIT license? See #40 for the current license discussion. As long as this is not decided I would like to...
@Nerdyvedi The `.view` patch causes an exception when using a 800x600 JPG image as real_video_device: ValueError: all the input array dimensions for the concatenation axis must match exactly, but along...
This would be a good idea. I just wonder if this shouldn't be the fastest part when there is no bottleneck. I guess opencv, tensorflow and numpy would be able...
https://ai.googleblog.com/2020/10/background-features-in-google-meet.html #52
First: This looks awesome! I really like it. 1. I thought of having a fancy config editor, but maybe a more integrated approach is feasible. When I started things were...
I see that you already use a python format to specify the parameters. I think it should be a class method and probably use a dictionary for more clarity what...
An idea about ``` # Ugly hack to get nice termination behaviour :-/ signal.signal(signal.SIGINT, lambda *a: exit(app, thread)) ``` Did you try the `atexit` module? The other option is doing...
Another thought: A function that returns types for the parameters could allow the program itself to do consistency checks, like if a file in a `filename` parameter exists. The definition...