OmarJay1

Results 13 comments of OmarJay1

I've done single image replacement in Windows, although there seems to be issues with the models. Probably my mucking with the code to make it build in Windows. I'm trying...

I got something to build and with the default settings it seems to work. It's very messy at this point. I'll try to clean it up a bit. Build-wise the...

Thanks. I'll look into enabling full C++ 11 compliance in Visual Studio. The only thing is that if it has to be done at the Application level as opposed the...

So you would want obs-backscrub to build on Windows as well? The Stackoverflow article says a virtual camera in Windows is a kernel mode driver, which beyond building and testing...

I'm going to have to play around with some of the virtual camera examples to see what's possible. This https://github.com/Fenrirthviti/obs-virtual-cam apparently works by making the output of OBS a DirectShow...

Thanks. I'm trying to build the experimental branch and I'm having some trouble with CMake. The main branch downloaded Tensorflow + lite for me, and I had to fix a...

That worked, thanks. I mentioned an issue on obs-backscrub concerning libobs. The experimental branch of backscrub builds on Windows, except for pthreads issues with deepseg.cc. Are pthreads going to be...

My apologies. I was cloning the wrong branch. I think what I'll do is modify the code to what I think will work on Windows and post as pull requests....

Sorry for not following this thread. Are there any remaining Windows issues that need to be dealt with? Thanks.

Own application. Currently an Assert will crash the app, but an Exception can be caught, as far as I know.