Cameron Maxwell wrote: >Okay, the ugly black space at the side of the image and the line can be >removed by changing the PAL horiz image offset. > >In usbvision_set_input() if inside the PAL 'if' statement you change: > value[4] = 0x60; > >to > value[4] = 0x42; > >It should remove the line and most of the black gap. It should be noted that >i'm using USBVISION_8_422_SYNC = 0x00, which does not use the CCIR sync >codes, which i find gives me a much better picture, unlike the current >usbvision-0.3.3-test3 which uses USBVISION_8_422_SYNC = 0x01. > >Cameron > > My system is PAL-M, 60hz , almost an NTSC :)
to make the driver work on my system, using USBVISION_8_422_SYNC =1. i have to set: usbvision.h MAX_FRAME_WIDTH =320 MAX_FRAME_HEIGHT=240 usbvision.c USBVISION_DVI_YUV = 0x00 how did you find the 0x42 value? ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
