Norihiro Kamae
Norihiro Kamae
### Description This PR implements asynchronous sample-rate conversion by utilizing a soft compensation feature in libswresample. A digital approach of asynchronous sample-rate conversion was proposed in [1][1], a PDF is...
### Description This PR depends another bugfix: - https://github.com/obsproject/obs-studio/pull/8017 The tooltip for the filename format is written in HTML and each format has now each translation. | Current tooltip |...
### Description The text-lookup library is supposed to handle the key case-insensitive. This PR fixes a function `text_node_bychar` to compare characters case-insensitive. Also modify code below to use `toupper` so...
### Description Fix audio-only output did not receive `raw_audio` callback at all. ### Motivation and Context I want to make a plugin that outputs mixed audio track(s). When defining `obs_output_info`...
### Description Remove probably unnecessary parameters `-DCMAKE_INSTALL_PREFIX=` and `-DCMAKE_PREFIX_PATH=`. ### How Has This Been Tested? I will check the artifact file from this PR. ### General checklist - [ ]...
### Description This PR implements the feature to render the non-linear and dead bands. ### How Has This Been Tested? This is under development. ### General checklist - [ ]...
**Source/filter types** - Face Tracker (filter) **Describe the bug** Using this plugin makes the output image very dark. - Camera is Blackmagic Cinema Camera 6K going through a Blackmagic Design...
**Describe the bug** OBS crashes when loading `obs-face-tracker.so`. **To Reproduce** **Expected behavior** No crash. **Actual behavior** OBS crashed with output lines as below. ```text info: --------------------------------- warning: Failed to load...
**Source/filter types** - Face Tracker (source) - Face Tracker (filter) **Is your feature request related to a problem? Please describe.** n/a **Describe the solution you'd like** Reset the conditions of...
Current dead-band implementation is modifying the error amount before the PID filter. It results in PTZ moving while the face is detected inside the dead-band because the integral portion of...