Re: USB camera: ISO transfer ASAP?
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Wed, 19 Jul 2006 21:13:00 -0700
"Pamela" <zhong_ping1971@xxxxxxxxxxxx> wrote:
I have a question on developing device driver for a USB2.0 camera. Now
a usb2.0 webcam is devloped based on USB camera minidriver library
(USBCAMD) in the DDK. This camera uses iso pipe to transfer the video
stream data.
Now the driver can preview the image, but the image is not stable, it
seems that some data are missing during transfer. From the data from
USB bus analyzer, the driver cannot provide the ISO request every
microframe so the FIFO is overflow and some data are discarded.
You have to provide buffers that are large enough to handle the whole USB
frame. If your ISO transfers every microframe, you'll have to provide
buffers with a multiple of 8 packets. How many packets are you providing?
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
Relevant Pages
- Re: USB Multiple Device Problem
... I am using a self-powered hub. ... Our device has 1.1 usb so when the mass-storage is loaded it seems not to ... using only the camera is not an option for our client:) ... and then pop the dialog box to enter the dll name for the driver. ... (microsoft.public.windowsce.platbuilder) - Re: Polaroid Digital Camera not found
... So I tested another digital camera of mine at it does the same thing. ... Page 36 says it is a "USB Mass Storage" type of camera, ... driver needs to be installed. ... reinstall the devices. ... (microsoft.public.windowsxp.hardware) - Re: Digital Camera
... scanner plugged into a USB hub, and you didn't mention that a network was ... then checking to see if the camera USB connection works? ... , to see if an extra driver letter ... (microsoft.public.windowsxp.general) - Why cant I get my firewire IEEE 1394 to detect with Windows XP
... The system came with the OEM windows xp home, I instored a few driver for the printer and scanner and aslo a usb driver for the JVC gr-d73aa dv camera. ... So I took the computer home and tried another method I had a pyro firewire card and after instoring that it still didnt work, the computer wasnt able to detect the DV camera at all. ... (microsoft.public.windowsxp.video) - Re: [PATCH 0/7] [RFC] Sizing zones and holes in an architecture independent manner V2
... RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize ... SCSI device sda: drive cache: write back w/ FUA ... usbcore: registered new driver hub ... hub 1-0:1.0: USB hub found ... (Linux-Kernel) |
|