ofZach

Results 70 issues of ofZach

I think (not 100% sure -- just going on what I saw just now) that the widths of the video writer need to be aligned on 16 pixels or you...

I am not 100% positive about this -- more of an intuition -- but I think I'm seeing some dropped frames using this addon -- specifically, if I draw the...

I noticed a couple of issues -- it's all a little hazy but some notes if helpful a) open(...) used to get the file handle for the pipes, seems unhappy...

(they could use a top paragraph on each page since there's not alot of context for the page)

greetings, I was able to get action units to work by recompiling openface with a different version of boost I think it was something like this (reviewing my history) ```...

trying to blur a large horizontal image i saw the blur not really square. I think the code should be something like this to fix: ``` blur_shader.setUniform2f("direction", 1. / pingpong[index].front->getWidth(),...

this is having to do with changes to the base ofBaseRenderer class / unimplemented functions: they can probably all be added with NOT_IMPL....

hi! I love this tool - super useful !! thanks for making it. I was wondering if it's possible to change the coordinate system so the 0,0 position is the...

cool addon! if I run example-simple and hit "2" I see this crash: ``` the edge is 0x1030c5eb8, 0x0 1 coordinates for triangles the tri [-22.4144,-50,-83.6516] [-35.3553,-70.7107,-61.2372] [-43.3013,-50,-75] [9.29832e-06,-75,-75] [-75,-75,-75]...

Hi ! I am trying to use the pose matrix to project points in space but having trouble understanding what's happening internally, I am basically trying to project points on...