Ilmari Heikkinen

Results 28 comments of Ilmari Heikkinen

I don't know about the library you're using, but the gist of it is to create a video element that plays in the background (with noise and all), use it...

Weird, it doesn't happen on OS X Firefox 4 stable. Just 50% CPU on MacBook Air. I'll check it out on Minefield.

Awesome, thanks! On 2 July 2015 at 11:41, Dušan Ranđelović [email protected] wrote: > Hi all, > > The problem was in detectMarkerLite under FLARSingleMarkerDetector, in > JSARToolKit.js. > 1. On...

Yep, https://github.com/kig/magi On Feb 3, 2012 1:15 PM, "Jerome Etienne" < [email protected]> wrote: > hi, im playing with your code, nice stuff :) > > im wondering what is magi.js...

You could use Three.js for a more popular 3d lib (see http://www.html5rocks.com/en/tutorials/webgl/jsartoolkit_webrtc/ the example & code at the bottom) If you want to just change the magi example to show...

If you print two different ID markers, you can manually track them by the ID. There's some code in the detector to track markers frame-by-frame, I guess you could co-opt...

Hi prajay! Some of the demos only track one marker. See the bouncing cubes on images demo for how to add many cubes 2011/7/14 prajay [email protected]: > hi kig! when...

I have some experiments with optimizing large file read I/O in https://gist.github.com/kig/357a4193be54915d142f1db6063bc929 and https://github.com/kig/fast_read_optimizer if you want to overkill it...