On Feb 5, 2009, at 5:52 AM, 박제임스 wrote: > I am having problems running remote.py > When I run startremote.sh I get one of three results: > 1. > libdc1394 error: Error: Failed to allocate iso bandwidth > libdc1394 error: Error: Failed to setup DMA capture > [09-02-05 13:38:02.787] ERROR: Unable to setup camera. Make sure that > [09-02-05 13:38:02.787] ERROR: video mode and framerate (30) are > [09-02-05 13:38:02.787] ERROR: supported by your camera.
That happens when something has allocated too much bandwidth on the firewire bus and not freed it - usually another program such as coriander or a previous crash of libavg. > After this message I unplug and reinsert firewire cable into camera > and then run startremote.sh again then this happens: > 2. > [09-02-05 13:39:33.083] CONFIG: Firewire camera opened. > X Error of failed request: BadDrawable (invalid Pixmap or Window > parameter) > Major opcode of failed request: 146 (XFree86-DRI) > Minor opcode of failed request: 7 () > Resource id in failed request: 0x3e00003 > Serial number of failed request: 27 > Current serial number in output stream: 27 That's probably a crash in the tracker because it's having trouble with your graphics card setup. Make sure you have the closed-source drivers running stably. Also, we don't test here with ati cards, so there might be issues with some cards. Newer NVidia cards ( >= 8xxx) should work. > 3. > or once in awhile when I run startremote.sh ~ the output in the > terminal is garbled up symbols. > (Hard to repeat results for this one) Hard to help there... Cheers, Uli -- Any technology distinguishable from magic is insufficiently advanced. Ulrich von Zadow | +49-172-7872715 Jabber: [email protected] Skype: uzadow _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
