Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save and load dialogue boxes no longer work in new OBS 30.2? #166

Open
phillypro opened this issue Aug 2, 2024 · 5 comments
Open

save and load dialogue boxes no longer work in new OBS 30.2? #166

phillypro opened this issue Aug 2, 2024 · 5 comments

Comments

@phillypro
Copy link

Source/filter types

Face Tracker (filter)

Describe the bug

Seems like now selecting Save or Load for settings no longer producers a modal box or gui for it?

To Reproduce

  1. add filter to source
  2. open filter options
  3. select load settings

Desktop (please complete the following information):

  • OS:Windows
  • OBS Version: 30.2
  • Face Tracker Version: 0.7.2
@norihiro norihiro added bug Something isn't working and removed bug Something isn't working labels Aug 2, 2024
@norihiro
Copy link
Owner

norihiro commented Aug 2, 2024

The Save and Load button won't create any dialog box.

The usage is as below.

To create a new preset,

  1. Fill your parameters such as these parameters
    • Face detection options: Left, Right, Top, Bottom.
    • Tracking target: Zoom, X, Y.
    • Tracking response: Kp, Ki, Td, LPF for Td, Nonlinear band, Dead band, Attenuation time for lost face.
  2. Input the name of the new preset into Preset combobox, which is editable.
  3. Click Save preset.

To recall the new preset,

  1. Choose the name of the existing preset.
  2. Click Recall preset.
    Now, you will see the parameters will be recalled.

@phillypro
Copy link
Author

oh cool.,...ill try that
for some reason....after i wiped my pc clean and started with a fresh install the face tracker has been zappin cpu...which is weird because i used to run it fine at 60fps 4k

i have an intel 13900k cpu and a 4090 card.....
but when i check task manager cpu use is at liek 80% with it on and frames go from steady 30 to as low as 12fps at moments
i have no idea what might be causing this but i love this plugin so much i cant bring myself to turn it off lol

@norihiro
Copy link
Owner

norihiro commented Aug 6, 2024

for some reason....after i wiped my pc clean and started with a fresh install the face tracker has been zappin cpu...which is weird because i used to run it fine at 60fps 4k

CPU high usage itself is not so weird as the engine of this plugin uses CPU to detect faces.
However, I recently (from several weeks ago) saw worse face detection results. This might be related since the CPU resource might be consumed more if any face is not found.
I have not identified what is wrong. I tried old versions but still see worse face detection results. The model was never updated for several years. I thought it was only me but I'm afraid others might suffer. Brightness, contract, or gain in the camera settings might affect the result.

@phillypro
Copy link
Author

any way to use the gpu for load? i have a 4090 some cuda might get the job done right

@norihiro
Copy link
Owner

any way to use the gpu for load? i have a 4090 some cuda might get the job done right

I heard Move plugin has the capability using nVidia GPU, named 'NVIDIA AR Move filter'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants