Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: norihiro/obs-face-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: norihiro/obs-face-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: devel
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 24 files changed
  • 1 contributor

Commits on Dec 31, 2021

  1. dock: Implement empty dock

    Code is copied from obs-color-monitor.
    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    589dc0f View commit details
    Browse the repository at this point in the history
  2. doc: Deprecate preset from the properties

    The preset feature will be provided through a dock. Preset feature will
    be removed from the property dialog in the future release.
    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    9d1e7af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d9b95f View commit details
    Browse the repository at this point in the history
  4. Add get_state and set_state procedures

    To control from dock, add get_state and set_state procedure for source
    and filters.
    Currently, only `paused` is available but might add more functions in
    future.
    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    6ae5bf6 View commit details
    Browse the repository at this point in the history
  5. dock: Add pause control

    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    32994e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4037416 View commit details
    Browse the repository at this point in the history
  7. dock: Add reset button

    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    de1f676 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39c5e08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b03a21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    002e93d View commit details
    Browse the repository at this point in the history
  11. Build devel branch

    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    b79b440 View commit details
    Browse the repository at this point in the history
  12. monitor: Suppress log messages

    When the target source or filter was not found, messages were displayed
    every tick of the video. This commit reduces at most 2 times.
    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    db88fea View commit details
    Browse the repository at this point in the history
  13. dock: Add properties button

    The bahvior is differently implemented for sources and filters.
    For the source, it opens the properties dialog for that source.
    For the filter, since API does not provide to open the properties of the
    filter itself, the button will open the filters dialog for the parent
    source.
    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    1bd35b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c71749c View commit details
    Browse the repository at this point in the history
  15. Add option to save data to file

    This function will save data file that is compatible with gnuplot.
    norihiro committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    eff5a66 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Add try-catch blocks for dlib threads

    A crash was reported on #99. The try-catch blocks are added with a hope
    it might catch something.
    norihiro committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    f2be0b9 View commit details
    Browse the repository at this point in the history
  2. face-tracker-dlib: Check image size before correlation tracking

    If image size differs, new detection should be started.
    norihiro committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    d6026aa View commit details
    Browse the repository at this point in the history
  3. [WIP] Align texture size

    I don't know why but it fails if width is not a multiple of 4.
    norihiro committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    7765a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef604be View commit details
    Browse the repository at this point in the history
Loading