Henry Ruhs

Results 52 issues of Henry Ruhs

Is there an public API of shorthand methods available? I like to integrate this libary into Chroma Feedback. https://github.com/redaxmedia/chroma-feedback Something like: ```python termaltake = Termaltake() termaltake.turn_light_on() termaltake.set_color() termaltake.set_fan_speed() ``` I...

enhancement
needs-investigation

Hello, I wonder if there is an simple way to automate the manual setup and found this: https://stackoverflow.com/questions/20288711/post-install-script-with-python-setuptools Let me know if you need an helpful hand

### Which project is this feature idea for? Turbopack ### Describe the feature you'd like to request Hey, is there any chance to support Angular? It would be a huge...

story

Since release 1.3.x the `--gruntfile` option is part of `grunt.option.flags()`. This is causing issues while running `grunt shell` or similar tasks as an unknown option is being passed to an...

bug

Hello, it would be nice to have some exceptions to be thrown: 1. Connection failed while using `blinkstick.connect()` should throw `BlinkStickConnectionException` Hacky solution that includes general `OSError` to catch pointless...

Processing bar does flicker on CPU only mode. It is probably connected to the "skip if no face" condition

We should replace the GPU arguments as the execution providers are not always GPU related? `--gpu-vendor=apple|amd|intel|nvidia` to `--execution-provider=coreml|rocm|openvino|cuda` and `--gpu-threads` to `--execution-threads` We could also have `apple-coreml` and `nvidia-cuda` so...

Todos are ordered by priority: - [ ] Output video is either too fast or too slow (fps mismatch) - [ ] Migrate to [tempfile](https://docs.python.org/3/library/tempfile.html) using `dir=temp` to keep temp...

- As not all frame_processors are equal we need to change the API of all hook methods a bit. Examples: ```python def process_frame({ subject_image: ... # face, nose, hair can...

In case `--keep-fps` is `False` only 30fps are needed to be extracted. Therefore processing a 60fps video would result in double the speed in case it's being downgraded to 30fps...