Norihiro Kamae

Results 59 issues of Norihiro Kamae

This PR implements - [x] histogram: Implement vertical graticule - [x] histogram: Implement fixed level mode - [x] The modified callback is annoying when changing numbers. It should be removed....

enhancement

**Describe the solution you'd like** - Add fixed level mode for histogram - Add vertical graticule - Add horizontal graticule like waveform. https://obsproject.com/forum/threads/color-monitor.143375/post-577523 **Additional information** FFmpeg does not provide graticule...

enhancement

https://obsproject.com/forum/threads/obs-color-monitor.143375/post-560102

enhancement

This feature request aims to correct colors very quickly. - [ ] Add a combo-box at the top of the dock to select the source - [ ] The list...

enhancement

Waveform calculation is the most slow part. Consider these ideas. - swap row and column - Multiplications in the loop might take time such as `(WV_SIZE-1 - b) * width*4`....

enhancement

What's in my mind to implement are - [x] Easily switch controlling source - [ ] Preset management; list all preset in a list, switch by double-click, create/delete preset. -...

enhancement

Step to reproduce: 1. Set `Face Tracker` filter to a camera source. 2. Let the filter to detect the face. 3. Move the face backward so that the face tracker...

Track object instead of automatically detected face. - [ ] Implement dock widget to choose the object to track - Also provide face-detection range for the other new-feature proposal -...

enhancement

Switch scene by these triggers. - A face is detected first - A previously detected face is lost (and it takes several seconds but still the face is not found.)...

enhancement

If the face is lost, it should gradually zoom-out or go back to the home or the preset position. Depends #52.

enhancement