]> Some of my projects - openlase.git/commitdiff
Hack tracer out of 27c3 slides for now
authorHector Martin <hector@marcansoft.com>
Sat, 12 Mar 2011 17:31:48 +0000 (18:31 +0100)
committerHector Martin <hector@marcansoft.com>
Sat, 12 Mar 2011 17:56:11 +0000 (18:56 +0100)
examples/27c3_slides/video.c

index 6b0f1a2c64394541fcb7fb87e524e9d8a2fb6ad8..15dbe0aa44de2b31c417bec19d4f12b08d801ea5 100644 (file)
@@ -174,7 +174,7 @@ void videotracer_render(void *ctx, float time, float state)
        else
                thresh = cfg->thresh_dark;
 
-       obj = trace(frame->data[0], tmp, thresh, width, height, frame->linesize[0], cfg->decimate);
+       //obj = trace(frame->data[0], tmp, thresh, width, height, frame->linesize[0], cfg->decimate);
 
        outframes++;
        olLog("Video stats: Drift %7.4f, In %4d, Out %4d, Drop %4d, Thr %3d, Bg %3d\n",