Bug #311
closedStopmotion video device cannot be added
20%
Description
See attachment please
Files
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from New to Invalid
The stopmotion interface is quite badly designed indeed. This section of the interface is supposed to be automatically filled when a webcam is detected. If you hadn't any (detected) webcam at application start, this list is empty. Of course you could add it manually, but this requires that you search for the device id in the system…
So this input device interface is quite useless! Especially for our audience :).
Updated by Sergey Komkov over 13 years ago
- Status changed from Invalid to Need info
- % Done changed from 0 to 20
I connected webcam but situation is the same. not sure it is detected. Webcam is Genius UCV39
Updated by Sergey Komkov over 13 years ago
Error -71 (usb 1.1 device descriptor read/all) displayed upon system loading
Updated by Jean-Michel Philippe over 13 years ago
Open the console, plug your webcam then type the following:
$ dmesg | tail -n 20
You should see messages about your plugged device. Usually reading them carefully gives indication on whether the device is handled by the system or not.
Updated by Sergey Komkov over 13 years ago
dmesg | tail -n -20
[ 40.797027] PCI: Setting latency timer of device 0000:00:1f.5 to 64
[ 41.120021] intel8x0_measure_ac97_clock: measured 52549 usecs
[ 41.120028] intel8x0: clocking to 48000
[ 43.892014] Adding 353420k swap on /dev/hda2. Priority:-1 extents:1 across:353420k
[ 44.837597] fuse init (API version 7.9)
[ 50.115945] NET: Registered protocol family 10
[ 50.116768] lo: Disabled Privacy Extensions
[ 50.629753] lp0: using parport0 (interrupt-driven).
[ 50.693553] ppdev: user-space parallel port driver
[ 53.078369] eth0: link down
[ 53.079348] ADDRCONF: eth0: link is not ready
[ 57.062013] [drm] Initialized drm 1.1.0 20060810
[ 57.088784] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 57.088799] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 57.088966] [drm] Initialized i915 1.6.0 20060119 on minor 0
[ 8393.720029] usb 1-2: new full speed USB device using uhci_hcd and address 5
[ 8393.900008] usb 1-2: configuration #1 chosen from 1 choice
[ 8393.911190] usb 1-2: New USB device found, idVendor=046d, idProduct=089d
[ 8393.911199] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 8394.632386] usbcore: registered new interface driver snd-usb-audio
Updated by Jean-Michel Philippe over 13 years ago
To me your webcam is only seen as an audio device:
[ 8394.632386] usbcore: registered new interface driver snd-usb-audio
There is then no chance to have it work in Gondwana. You may try with the dailybuild based on Debian/Squeeze. It is supposed to handle many more webcams. I'm going to upload a new build within days (with several fixes of course).
Updated by Sergey Komkov over 13 years ago
Video device is detected correct at the latest Ru build but does not play sto video (monitor resolution 1280*1024)
Updated by Jean-Michel Philippe over 13 years ago
See ticket #351 for the problem of STO files not opened. This was not built in the original Debian package.
Updated by Jean-Michel Philippe over 13 years ago
Should we let this ticket opened?
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from Need info to Closed