jBachalo

Results 16 issues of jBachalo

solved by this https://talk.olab.io/t/get-errors-when-grabbing-webcamtextures-color-information-into-color32/654/4 More specifically by inserting this in the Update method if (!isInitialized && m_CamTexture.didUpdateThisFrame) { m_Data = new Color32[m_CamTexture.width * m_CamTexture.height]; m_NativeColors = new NativeArray(m_Data, Allocator.Persistent); isInitialized...

Tried launching both ways, using npm start as well as calling directlynode server.js. Same error. Error: Cannot find module './build/Debug/buffertools.node' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at...

This is a modification I am trying to make to the existing code. I have a face image with tatoos and I want this image to combine correctly with the...

First, am able to compile the FaceSubstitution example without issue. I believe my data folder is populated correctly. Am populating faces folder with identical images used in FaceSubstitution example which...

Great resource! One error I get after conversion is syntax error: unexpected end of file at line...(d3d11) However I can see nothing wrong at that specific line pa=length(p); I guess...

First of all, thanks for sharing this with the community. Having a problem simply sending a message after the initial handshake, say from some UI input like a button press....

Unity 2018.3 Windows 10 When i try and run the Unity demo in the editor it crashes after a few seconds.

Hi How do you log a user out? On subsequent get requests to the server the previous user seems to remain logged in.

Hi Trying to open the project using Unity 2018.3.7f1 and LWRP 4.8.0-preview. Am getting several compile errors all relating to a missing LWRP package ie using UnityEngine.Rendering.LWRP; using UnityEngine.Experimental.Rendering.LWRP;

Have spent a couple days troubleshooting. When I try and enter the following in cmd `$python run_webcam.py --camera video.mp4` I get the following error > ModuleNotFoundError: No module named 'tensorflow.contrib'...