Bernhard Schelling

Results 405 comments of Bernhard Schelling
trafficstars

Hi there That's rather weird, but maybe related to your Windows user's permissions. Can you try running the installation from D drive with admin privileges? > If you have problems...

Thank you for the details! Maybe the location where the DLL is located is not fully accessible by the user so even if admin can register the DLL, when OBS...

@FreyaHolmer Hmm, maybe OBS updated itself recently? #33 has all the details but in short some change somewhere (OBS? Windows? Unity??) started to cause dead-locks while using UnityCapture. OBS rightfully...

Thanks for the report. Due to recent upstream system library changes, the command needed to be extended. This was already done in wajic.mk and wajicup.js but not in the README.md....

Sorry I somehow managed to paste the old command in the comment above. Here is the new command from the README: `clang -isystem./system/include/libcxx -isystem./system/lib/libcxx/include -isystem./system/include/compat -isystem./system/include -isystem./system/include/libc -isystem./system/lib/libc/musl/include -isystem./system/lib/libc/musl/arch/emscripten -isystem./system/lib/libc/musl/arch/generic...

This completely matches with my output of the same command. Can you do `ls -l system/system.bc `? That file should be around 800 kb. If it's much smaller, can you...

Can you ZIP and attach your WebGL.wasm file to here?

Hi there Not exporting alpha is not that simlpe because the rendered camera image always has 4 channels (including alpha) no matter what. So "not exporting alpha" would actually mean...

The filter currently reports a MinFrameInterval of 120 FPS and MaxFrameInterval 30 FPS. Do you think that max value is what you see as 'average'? I guess it would be...

Thanks for the research and all the details! When writing my last comment I forgot about that `m_avgTimePerFrame` which is actually reported to the application but then later is overwritten...