Ohh there is no end.
New Error:
File "src/tv/v4l1.py", line 143, in setWindow
    fcntl.ioctl( self.fd, VIDIOCSWIN, video_window )
IOError: [Errno 22] Invalid argument

The Values returned from get Capabilities are:
maxWidth=924 maxHeight=576 minWidth=48 minHeight=32

So I tried 924x576 and the normal PAL standard 786x576 but both returned the
above standing error.

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Erland
Lewin
Gesendet: Mittwoch, 12. M�rz 2003 09:40
An: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Betreff: [Freevo-devel] (no subject)


Starkeeper wrote:

>I patched the v4loverlay file and now the error changed:
>
[...]

>  File "src/tv/v4l1.py", line 143, in setWindow
>    fcntl.ioctl( self.fd, VIDIOCSWIN, video_window )
>IOError: [Errno 22] Invalid argument
>
Ok, try this: On line 108 of src/tv/v4loverlay.py, there is a
"getCapabilities"
call, which returns the maximum and minumum window width and height
supported
for overlay mode. Try printing the values to see what they are, and if they
don't allow a window as large as 800x600, use the smaller values in the call
to
setWindow on line 171 instead of theosd.width and theosd.height.

Let me know what happens! Good luck!



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel





-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to