On Fri, Mar 02, 2001 at 06:08:53PM -0500, [EMAIL PROTECTED] wrote:
> The frame rate that the debugging says is around 4 frames per second.    Also
> other cameras seem to
> display different sizes of each block of video.    It would seem the new code
> would have to auto dectect the
> cameras abilities for frame rate.
> I have tried tinkering around with the min and max vaules for the framerate.
> No changes to the output
> format displayed.
> 
> #define FRAMERATE_MIN    0
> #define FRAMERATE_MAX    31 ==> Changed to something around 4.

  The framerate is calculated in the usbvision_set_output_size function,
  FRAMERATE_MIN & FRAMERATE_MAX, are just limits.

> 
> Also,  could you explain what the below is.
> #define USES_USBVISION_PUTPIXEL    0     /* 0=Fast/oops 1=Slow/secure */

  This was taken from the cpia driver, and actually is not used any more,
  the driver still needs a clean up :)
  
> 
> Oh.... Man....
> 
> Dwaine.


Cheers
NAcho.

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to