obs-backgroundremoval icon indicating copy to clipboard operation
obs-backgroundremoval copied to clipboard

Adding Filter Causes Black Screen

Open jaronklopstein opened this issue 2 years ago • 5 comments

I have successfully downloaded and installed the plugin. When I add the video filter to my video input it results in a black screen. As soon as I remove the filter, my video input works normally.

Here is a log file: https://obsproject.com/logs/FWS7ZyMyCuL0ymeq

jaronklopstein avatar Jun 07 '22 16:06 jaronklopstein

I installed it and worked fine try just putting in what you want behind you and see if it works I'm no pro obs )

Jamtart420 avatar Jun 07 '22 20:06 Jamtart420

I have successfully downloaded and installed the plugin. When I add the video filter to my video input it results in a black screen. As soon as I remove the filter, my video input works normally.

Here is a log file: https://obsproject.com/logs/FWS7ZyMyCuL0ymeq

Same problem here..... tested with two diferent cameras. Windows 10 machine with latested OBS / Plugin version

nambuco avatar Jun 14 '22 17:06 nambuco

Moving back to version v0.3.0 solved the problem for me.

nambuco avatar Jun 14 '22 23:06 nambuco

I just downloaded the plugin on my macosx 12.4 with OBS 27.2.4. Same issue totally black screen even when changing the threshold value. Absolutely no effect still full black. I will try to use a different version v0.3.0.

titioft avatar Jul 22 '22 13:07 titioft

I just downloaded the plugin on my macosx 12.4 with OBS 27.2.4. Same issue totally black screen even when changing the threshold value. Absolutely no effect still full black. I will try to use a different version v0.3.0.

ok I solved my own issue. I was not installing the plug-in properly. I needed to install the model as well. Drag and drop is not working from the archive. I needed to run into command line. See below: unzip -o obs-backgroundremoval-macosx.zip -d /Applications/OBS.app/Contents/
Archive: obs-backgroundremoval-macosx.zip inflating: /Applications/OBS.app/Contents/Plugins/obs-backgroundremoval.so
creating: /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/ creating: /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/locale/ inflating: /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/locale/en-US.ini
inflating: /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/modnet_simple.onnx
inflating: /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/mediapipe.onnx
inflating: /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/SINet_Softmax_simple.onnx
inflating: /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/rvm_mobilenetv3_fp32.onnx
inflating: /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-backgroundremoval/selfie_segmentation.onnx

All worked like a charm after that. Great plug in !

titioft avatar Jul 22 '22 14:07 titioft

I ran into this same problem and the same cause. I would recommend that instead of silently failing with a black screen, the plugin finds a way to emit an error message saying something like "model not found". It would save a lot of time troubleshooting. Of course it's the user's fault, but it's always good to have software that assumes users are stupid instead of leaving them blind to the problem.

mpdelbuono avatar Dec 10 '22 21:12 mpdelbuono

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Mar 27 '23 23:03 github-actions[bot]