Open GoogleCodeExporter opened 8 years ago
try enableIr(1,1,1)
Original comment by tom.mode...@gmail.com
on 18 Apr 2014 at 7:52
nice, it works, enableIR(int width, int height, int fps) ... (1,1,1) is not
working as it should however.. But i'm really glad to see that star map again.
thanks.
also blending depthImage() on userImage() using the DIFFERENCE attribute gives
pretty much the same result as the old sceneImage(). only slower..
image(userImage(),0,0);
blend(depthImage(),0,0,width,height,0,0,width,height,DIFFERENCE);
Original comment by demers.r...@gmail.com
on 21 Apr 2014 at 4:15
Original issue reported on code.google.com by
demers.r...@gmail.com
on 12 Apr 2014 at 3:34