Jasper van Loenen

Results 68 comments of Jasper van Loenen

I think I've got it; I wrote a working parser for the logs provided by @netzwanze and @caichunjian520! (the blue blobs are for privacy) I've also been able to send...

I was able to print one of the above photos from my Python code! I didn't manage to print my own image yet; there are still some values I'm not...

Sorry, I guess this should have been more of a 'check out this beta feature' thing than a pull request. To respond to your points - This was the first...

To follow up on this issue: turns out the low framerate is because of openGL. One of the items on Valve's known issues list is the following: > OpenGL applications...

I'm also wondering what would be the best way to handle this. It feels a bit wasteful to always initialize recaptcha when there is just one page that needs it,...

Hey @samhains. When compiling your program you can select between Release and Debug. Select Release (instead of the possibly default Debug) to speed up ofxfacetracker2. If you're compiling from the...

Looking at the code it seems like it should go away, but I might be mistaken. Do you see a difference in performance when running it using Release?

An old question, but I'll answer it for future reference: OpenFrameworks addons go into the ```addons``` folder which is inside your main openFrameworks folder (next to your ```apps``` folder). After...

Just confirming this worked for me. Using ```OPENSSL_init_crypto``` as mentioned [here](https://github.com/mackyle/xar/issues/18#issuecomment-379841536) didn't work, but the ```CRYPTO_free``` from this PR did allow me to build xar.

The Travis CI build failed, caused by some SSL error, which doesn't seem to be related to my pull request. Is it possible to somehow restart the check? Also: bump