fangfufu / Linux-Fake-Background-Webcam

Faking your webcam background under GNU/Linux, now supports background blurring, animated background, colour map effect, hologram effect and on-demand processing.
GNU General Public License v3.0
1.6k stars 161 forks source link

Resize camera image before processing #174

Closed stargo closed 2 years ago

stargo commented 2 years ago

Some cameras/frame-grabbers only have one huge resolution (e.g. 1920x1080) which causes a high cpu load when processing the image. Resize the image prior to processing to the requested size to significantly reduce the load.

fangfufu commented 2 years ago

Thanks!