From: Hector Martin Date: Sat, 12 Mar 2011 17:31:48 +0000 (+0100) Subject: Hack tracer out of 27c3 slides for now X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=ec4d61e5b5747520159b592d59937d98324c8f95;p=openlase.git Hack tracer out of 27c3 slides for now --- diff --git a/examples/27c3_slides/video.c b/examples/27c3_slides/video.c index 6b0f1a2..15dbe0a 100644 --- a/examples/27c3_slides/video.c +++ b/examples/27c3_slides/video.c @@ -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",