Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Mar 1997 20:04:00 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Thomas Arnold <tom@inna.net>
Cc:        Steve Passe <smp@csn.net>, Jamie Bowden <jamie@inna.net>, multimedia@FreeBSD.ORG
Subject:   Re: Video Capture for FreeBSD 
Message-ID:  <199703060404.UAA00323@rah.star-gate.com>
In-Reply-To: Your message of "Wed, 05 Mar 1997 21:24:31 EST." <Pine.BSI.3.95.970305211603.26840A-100000@caught.inna.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
>From The Desk Of Thomas Arnold :

> I am having a neato problem, but until I understand what it -is- I'm not
> gonna bring it up.  ( takes 20 seconds for rgb16 to capture a picture ).

recompile rgb16 with debug option:

cc -g  -o rgb16 rgb16.c

Now, step thru it,
gdb ./rgb16
break main
run
next
next
next

Until you find the system call which is giving you the headache

	Cheers,
	Amancio










Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703060404.UAA00323>