Martin Perez Barreiro schrieb:
> ops, sorry for my prev email, it seems I missread your trace. ;)
It's ok to see our helpdesk is still alive :P
mr goil
>
>
>
> On Mon, Jul 13, 2009 at 2:48 PM, MrGoil <goil@???> wrote:
>
>>> . max size w[720] h[480] - min size w[48] h[32]
>> ...
>>> [F] v4l: probing for size
>>> [!] v4l: size 400x300 not supported res: -1
>> it looks like your cam does not support that size which is not surprising.
>>
>> try to start freej with -s640x480 or -s320x240
>>
>> or set up the cam via javascript where u can open it with any supported
>> size and use .zoom()
>>
>> mr goil
>>
>> Carlos Giurleo schrieb:
>>> Hola,
>>>
>>> Necesito utilizar freej para un proyecto. He venido superando pequeños
>>> problemas pero no he podido con éste.
>>> La idea es utilizar la entrada de linea de la tarjeta capturadora.
>>> Con xawtv y effectv puedo utilizarla sin problemas.
>>> Pero con freej no logro hacer que funcione.
>>>
>>> freej /dev/video0 -D3 -c
>>> [*] freej version 0.10 free the veejay
>>> . 2001-2007 RASTASOFT :: freej.dyne.org
>>> . ----------------------------------------------
>>> [*] initializing context environment
>>> . setting resolution to 400 x 300
>>> [*] SDL Viewport is x11 400x300 32bpp
>>> [*] Initializing JavaScript-C 1.6 2006-11-19
>>> [F] add prop: constructor function MouseController() {
>>> [native code]
>>> }
>>> [F] add prop: grab function grab() {
>>> [native code]
>>> }
>>> [*] JavaScript parser initialized
>>> [F] no fonts found in /usr/X11R6/lib/X11/fonts/TTF : No such file or
>>> directory
>>> [F] no fonts found in /usr/X11R6/lib/X11/fonts/truetype : No such file or
>>> directory
>>> [F] no fonts found in /usr/X11R6/lib/X11/fonts/TrueType : No such file or
>>> directory
>>> [F] no fonts found in /usr/share/truetype : No such file or directory
>>> . 0 fonts found in /usr/share/fonts
>>> . 12 fonts found in /usr/share/fonts/truetype/freefont
>>> . Found 12 fonts installed
>>> [F] Finding best memory copy function
>>> [F] glibc memcpy() : time 11.63
>>> [F] linux kernel memcpy() : time 11.57
>>> [F] agp optimized memcpy() : time 11.36
>>> [F] MMX optimized memcpy() : time 11.58
>>> [F] MMXEXT optimized memcpy() : time 8.24
>>> [F] SSE optimized memcpy() : time 8.23
>>> [F] SSE2 optimized memcpy() : time 8.90
>>> [*] Using memory-to-memory copy method : SSE optimized memcpy()
>>> [*] serching available plugins
>>> [F] found frei0r filter: Water (0x90aeb68)
>>> [F] found frei0r filter: Vertigo (0x90b77f8)
>>> [F] found frei0r filter: Twolay0r (0x90b8bf0)
>>> [F] found frei0r filter: Threshold0r (0x90b9c88)
>>> [F] found frei0r filter: TehRoxx0r (0x90bade8)
>>> [F] found frei0r filter: Squareblur (0x90bbf38)
>>> [F] found frei0r filter: Sobel (0x90bd098)
>>> [F] found frei0r filter: scanline0r (0x90be140)
>>> [F] found frei0r filter: Saturat0r (0x90bf1f8)
>>> [F] found frei0r filter: rotozoom (0x90c0348)
>>> [F] found frei0r filter: pixeliz0r (0x90c1340)
>>> [F] found frei0r generator: Partik0l (0x90c25e8)
>>> [F] found frei0r generator: onecol0r (0x90c3a18)
>>> [F] found frei0r filter: nosync0r (0x90c4c80)
>>> [F] found frei0r generator: Nois0r (0x90c60d8)
>>> [F] found frei0r filter: Mask0Mate (0x90c7170)
>>> [F] found frei0r generator: Lissajous0r (0x90c8968)
>>> [F] found frei0r generator: Ising0r (0x90c9d58)
>>> [F] found frei0r filter: Invert0r (0x90cb150)
>>> [F] found frei0r filter: Hueshift0r (0x90cc148)
>>> [F] found frei0r filter: Glow (0x90cd2b8)
>>> [F] found frei0r filter: Gamma (0x90ce410)
>>> [F] found frei0r filter: Flippo (0x90cf568)
>>> [F] found frei0r filter: Equaliz0r (0x90d0810)
>>> [F] found frei0r filter: Distort0r (0x90d18e8)
>>> [F] found frei0r filter: delay0r (0x90d2b90)
>>> [F] found frei0r filter: Contrast0r (0x90d3dd0)
>>> [F] found frei0r filter: Cartoon (0x90d4f30)
>>> [F] found frei0r filter: bw0r (0x90d6398)
>>> [F] found frei0r filter: Brightness (0x90d73a8)
>>> [F] found frei0r filter: 3dflippo (0x90d84f8)
>>> . filters found: 26
>>> . generators found: 5
>>> . engine running at 25 FPS
>>> [F] creating layer for file /dev/video0
>>> [F] Layer::Layer() this=0x90da390
>>> [F] v4l_layer.cpp init
>>> [F] blitter initialized for layer V4L
>>> [F] initialized V4L layer 400x300
>>> [F] v4l_layer.cpp open detect()
>>> [*] Device detected is /dev/video0
>>> . UNKNOWN/GENERIC
>>> . 4 channels detected
>>> . max size w[720] h[480] - min size w[48] h[32]
>>> . Video capabilities:
>>> . VID_TYPE_CAPTURE can capture to memory
>>> . VID_TYPE_TELETEXT has teletext capability
>>> [F] v4l: probing color formats
>>> [F] v4l: palette VIDEO_PALETTE_YUV420P(0x0000000f) not supported for
>>> grabbing, res: -1 got instead: 15
>>> [F] v4l: palette ok: VIDEO_PALETTE_RGB24(0x00000004) res: 0 palette: 4
>> bpp:
>>> 24
>>> [F] v4l: probing for size
>>> [!] v4l: size 400x300 not supported res: -1
>>> [!] create_layer : V4L open failed
>>> [F] v4l_layer.cpp ~V4lGrabber
>>> [F] v4l_layer.cpp close
>>> [*] Closing video4linux grabber layer
>>> . closing video4linux device 5
>>> [F] virtual Layer::~Layer() this=0x90da390
>>> [F] virtual Layer::~Layer()
>>> [!] can't create a layer with /dev/video0
>>>
>>> Agradezco cualquier ayuda que me puedan dar.
>>> saludos
>>> Carlos
>>> _______________________________________________
>>> Free the veejay - http://freej.dyne.org
>>> open wiki at http://lab.dyne.org/Freej
>> _______________________________________________
>> Free the veejay - http://freej.dyne.org
>> open wiki at http://lab.dyne.org/Freej
>>
> _______________________________________________
> Free the veejay - http://freej.dyne.org
> open wiki at http://lab.dyne.org/Freej