Hi Dwaine,

thank you for testing the driver and thank you for the link. But I'm
sorry, that the input values didn't match with your device. Now let's
fix the Problem. Can you please tell me some details of your camera:
        What is the exact name of your device?
        Is there an saa7111a chip in your device?

Wednesday I will try to use a NTSC video source with my HAUPPAUGE
device. The signal will come from a pattern generator, but I hope it
will match your TV norm.

[EMAIL PROTECTED] wrote:
> 
>      I tried the new 0.3.0 drivers.   It compiled fine.   Here what I got.
> 
> The video was a little smaller.
Yes. The maximum now is 320x240 to prevent overrunning of the
nt1003-FIFO. Maybe you can use a bigger
size when changing the value of BUF_THR (reg 0x30) on nt1003. It is set
in usbvision__set_compress_params.
I hadn't yet time to test it.

> The image was in Black and  white.
Maybe the video mode bits on the saa7111a isn't set right. I did some
changes in usbvision_muxsel to have correct S-Video input on my
WINTV-USB FM. There you will find a line:

  int mode[] = {0, 1, 7}; //modes of saa7111  fix me (this is only for
Hauppauge WinTV)

Prior the 7 was a 2. If a 2 gives colored pictures to you, than we must
add an device depending if-clause.

> The frame still has multiple sections.
I can see the picture on your site.
I think the value[2]=0x20 and value[3]=0x01 (number of videolines) in
usbvision_set_input are wrong.
Try value[2]=0xF2 and value[3]=0x00 or similar. Then you have to shift
in horizontal direction by changing
value[4] and value[5]. Maybe changing 0x51 to 0x60 is ok.

> 
> It weird....   I can't see anything in the code that would suggest a black and
> white image.   I'm going to check the code again tonight.
> 
> I love the speed improvements.      I also tried sending the output through
> xawtv off the screen.  Hehehehe.....
> 
> Where did you get the input values for the video format PAL?     I'm thinking
(Pssst!) Don't tell it to anyone: I have a Windows PC and an USB
analyser.

> that the input for NTSC is incorrect.   I tried hundreds of
> hex numbers to adjust the image.   But it did not make a difference.   What I
> did accomplish was some really nice shapes of video.
> 
> Let me know when you are starting the NTSC video changes.  I would like to help.
> 
> I do have the new drivers running on my machine.   Check out the video output.
> 
> http://www.emuit.com/webcam.html
> 
> Dwaine.

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

Reply via email to