Hi Frank,

On Wed, Jun 4, 2008 at 1:37 PM, Frank Neuber <[EMAIL PROTECTED]> wrote:
> Hi Markus,
> I captured some data from the /dev/vbi0 and converted this into a ppm
> image in the same way as I did with the video data. I got this
> http://kernelport.org/em28xx/vbi-sf.ppm
> It looks similar to yours. But a little fuzzy. How did you convert the
> vbi data into an image? Maybe this is my failure.
> Now I'll try to use the rawvbi data I get from /dev/vbi in libzvbi
>

try to use "osc" with it, this is actually what I used.

cat /dev/vbi0 | mplayer -demuxer rawvideo -rawvideo w=1440:h=12:y8 -
(you might have to play around with the w and h value

there's a small typo in em28xx-video
     1090               if (!list_empty(&dev->inqueue)&&!(*f))
     1091                       (*f) = list_entry(dev->inqueue.next,struct 
em28xx_frame_t, frame);
     1092               if (!list_empty(&dev->vbi_inqueue)&!(*vbif)) <- should 
be &&

it's part of the upcoming update...
beside that the cutting algorithm seems to work very well.

Markus

_______________________________________________
Em28xx mailing list
[email protected]
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to