prabhakar-sivanesan / MS-Teams-background-changer

Utility application to add background blur and custom background image to MS teams on Linux
https://prabhakar-sivanesan.github.io/me/
52 stars 4 forks source link

Glitched video output when using blur - crashes when using bg_image #10

Open Dos-Boss opened 1 year ago

Dos-Boss commented 1 year ago

When using the blur option, the output is, while kind of cool in its own way, but obviously not what I'm after.

glitch

The console looks normal with Processing frame: being output.

When attempting to use a bg_image however, it simply crashes and refuses to process any frames. I've attached the output here.

output.txt

Any clues? Cheers :)

PS - I also followed this guide to get the GPU recognised by TensorFlow

Dos-Boss commented 1 year ago

System info:

sysinfo

prabhakar-sivanesan commented 1 year ago

Hi, Thanks for reaching out. So from your issue I can understand that when you use a bg_image the app crashes and when you use background blur, the output is funky. Please let me know if my understanding is wrong.

For bg_image: Are you using any custom background image ? If so what is the size of that image ?

Also to understand more about the issue, can you fork this project and make all the changes that you have done to the code and put the link of your repo here.

Dos-Boss commented 1 year ago

Thanks mate,

You understand correctly. The image I tried was just one of the stock images provided.

I've not altered any of your code, my first time running it I followed your provided guide but saw the same issue. I was trying to diagnose what may be wrong using the terminal output I provided in the first post, and so thats when I installed condo using the TensorFlow guide...but it made no difference.

Really unsure what's going on!