-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: norihiro/obs-face-tracker
base: main
head repository: norihiro/obs-face-tracker
compare: devel
- 19 commits
- 24 files changed
- 1 contributor
Commits on Dec 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 589dc0f - Browse repository at this point
Copy the full SHA 589dc0fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9d1e7af - Browse repository at this point
Copy the full SHA 9d1e7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9b95f - Browse repository at this point
Copy the full SHA 9d9b95fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6ae5bf6 - Browse repository at this point
Copy the full SHA 6ae5bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32994e3 - Browse repository at this point
Copy the full SHA 32994e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4037416 - Browse repository at this point
Copy the full SHA 4037416View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1f676 - Browse repository at this point
Copy the full SHA de1f676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c5e08 - Browse repository at this point
Copy the full SHA 39c5e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b03a21 - Browse repository at this point
Copy the full SHA 2b03a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002e93d - Browse repository at this point
Copy the full SHA 002e93dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b79b440 - Browse repository at this point
Copy the full SHA b79b440View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for db88fea - Browse repository at this point
Copy the full SHA db88feaView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1bd35b8 - Browse repository at this point
Copy the full SHA 1bd35b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c71749c - Browse repository at this point
Copy the full SHA c71749cView commit details -
Add option to save data to file
This function will save data file that is compatible with gnuplot.
Configuration menu - View commit details
-
Copy full SHA for eff5a66 - Browse repository at this point
Copy the full SHA eff5a66View commit details
Commits on Jan 15, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for f2be0b9 - Browse repository at this point
Copy the full SHA f2be0b9View commit details -
face-tracker-dlib: Check image size before correlation tracking
If image size differs, new detection should be started.
Configuration menu - View commit details
-
Copy full SHA for d6026aa - Browse repository at this point
Copy the full SHA d6026aaView commit details -
I don't know why but it fails if width is not a multiple of 4.
Configuration menu - View commit details
-
Copy full SHA for 7765a72 - Browse repository at this point
Copy the full SHA 7765a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef604be - Browse repository at this point
Copy the full SHA ef604beView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...devel