From: Peter G. <jpg...@gm...> - 2008-08-22 12:37:27
|
Hi Jacob, On Thu, Aug 21, 2008 at 11:30 PM, Jacob Smith <jar...@gm...> wrote: > I just wanted to make sure if the attached output is "okay" before I begin > digging into the code too much more. My main concern comes from the end of > the log; it says: > > vidcap: warning: failed to acquire default source > vidcap: error: failed to acquire default > simplegrab: error: failed to acquire default src 2 > > Does this mean a failure in simplegrab? the quicktime layer? or is it the > "expected" output? It appears that simplegrab.c is trying to grab two input > video sources. I am not sure this is possible with the built-in iSight... > perhaps this is the appropriate output? This is normal -- simplegrab does a number of test scenarios and the one that is failing is the "double default test". This test tries to acquire a default source twice. Since you only have one video device attached to your system, it makes sense that the second attempt to acquire a source would fail. You can choose which tests simplegrab runs. Try "simplegrab -h" to see its options. > thank you, > > -Jacob Smith. > > p.s. Your library is going to be a *life-saver* for me. Thank you very much. You are welcome. I appreciate the positive feedback. Good luck! Pete |