Norihiro Kamae

Results 60 issues of Norihiro Kamae

https://github.com/norihiro/obs-face-tracker/blob/f1d84648bdecad1ebb6d6df9f5c8116923b784be/src/texture-object.cpp#L135-L137 This code should use video scaler (`video_scaler_t`) from obs-studio so that any format can be converted.

bug

I'd like to try and compare with another face detection like using OpenCV.

enhancement

The idea comes from a discussion on the forum. https://obsproject.com/forum/threads/face-tracker.144419/post-543304 3) A way to adjust the video levels (gain, brightness, contrast) of the frame sent to the detector algorithm. This...

enhancement

The idea comes from a discussion on the forum. https://obsproject.com/forum/threads/face-tracker.144419/post-543304 2) Some sort if setting that when several faces are detected, more weight is given to the last face detected,...

enhancement

Not just detecting faces, but also recognize faces. It would be useful when there are a lot of people on the scene but want to track just main person. This...

enhancement

Export detection and/or tracking results so that a user can control something through Lua script. This idea could be an alternative of #57. It will lso resolve this use case:...

enhancement

To avoid OBS Studio from potential crashing, main algorithm should be separated from the OBS Studio. Drawback will be slow data transfer if using pipe, complicated implementation if using shared...

Having these states and switch between them so that the behavior is closer to real camera operator - PID control state; same as current tracking - If the move of...

enhancement

### Description Check `obs_module_ver` and reject if it returned a larger major/minor version so that plugins build with newer libobs won't be loaded. Patch version is ignored since the API...