Search Criteria
Package Details: obs-face-tracker 1:0.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-face-tracker.git (read-only, click to copy) |
---|---|
Package Base: | obs-face-tracker |
Description: | This plugin provide video filters for face detection and face tracking for mainly a speaking person |
Upstream URL: | https://obsproject.com/forum/resources/face-tracker.1294/ |
Keywords: | obs obs-studio plugin |
Licenses: | GPL-2.0-or-later |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 3 |
Popularity: | 0.000322 |
First Submitted: | 2021-10-26 15:14 (UTC) |
Last Updated: | 2024-06-15 11:58 (UTC) |
Dependencies (9)
- blas-openblas
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- obs-face-tracker-dlib-models-gitAUR
- obs-studio (obs-studio-libertyAUR, obs-studio-gitAUR, obs-studio-tytan652AUR, obs-studio-browserAUR, obs-studio-rcAUR)
- openblas (openblas-lapackAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
TripleSpeeder commented on 2023-11-28 10:16 (UTC) (edited on 2023-11-28 10:17 (UTC) by TripleSpeeder)
I used this successfully few months ago. Wanted to use it today, but face tracking is not working.
According to obs logs some files seem to be missing:
Should i get these files from somewhere else or should they be part of the package? Or are they optional and my problem is elsewhere?
And thank you for maintaining this :)
MarsSeed commented on 2023-08-18 21:18 (UTC) (edited on 2023-08-18 21:18 (UTC) by MarsSeed)
One small observation / recommendation: it would be best if you removed
depends=openblas
. Becauseblas-openblas
already depends on repo'sopenblas
(these two are actually split packages coming from the same repo PKGBUILD).Also AUR's
openblas-lapack
provides openblas but not blas-openblas, so it might be confusing to users. The openblas-lapack package no longer aligns with repo's split openblas packages and therefore it is problematic (and its maintainer refuses to change anything to remedy that).missingSleepDeps commented on 2023-07-04 02:36 (UTC)
Hey @gimix311, I found "plugin-macros.generated.h" in the /src/src directory; so I just linked it to the /src/obs-face-tracker/src directory, and then ran makepkg with the --noextract flag. Built (and installed) successfully with that, and for Manjaro no less...
gimix311 commented on 2023-07-03 19:35 (UTC) (edited on 2023-07-03 19:36 (UTC) by gimix311)
Fails to build. Any hints would be appreciated.
MarsSeed commented on 2023-07-02 10:35 (UTC)
Please check the changes around Arch openblas and blas-openblas. You might need to switch depends from
openblas
toblas-openblas
. Arch openblas package is incomplete, only blas-openblas carries the full OpenBlas Lapack suite.Background:
Arch announced on June 14, 2023 a new blas-openblas repo package, which finally offers the full suite of OpenBLAS Lapack, with their blas implementation and corresponding cblas/lapacke interfaces.
gimix311 commented on 2022-11-16 04:00 (UTC)
The PKGBUILD fails to build, due to issues with git mentioned here: https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules https://bugs.archlinux.org/task/76255
I see you've made corrections, however, I had to edit the PKGBUILD to modify the line that merges the two lines
git config --local protocol.file.allow always AND git submodule update
to reflect the example given on https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules, to
git -c protocol.file.allow=always submodule update
tytan652 commented on 2022-05-23 19:18 (UTC)
Should be fixed with 0.5.4-4.
missingSleepDeps commented on 2022-05-23 18:36 (UTC)
"
error: ‘constexpr dlib::array2d<T, mem_manager>::row::row(dlib::array2d<T, mem_manager>::row&&) [with T = unsigned char; mem_manager = dlib::memory_manager_stateless_kernel_1<char>]’ is private within this context
"