1 Jan 2004 04:26
slow video
Jim Bauer <jfbauer <at> comcast.net>
2004-01-01 03:26:35 GMT
2004-01-01 03:26:35 GMT
I have a Hauppauge PVR350 in a rather old and slow box. I can dd if=/dev/video0 of=/dev/video16 bs=64k and it looks just fine on a TV. But if I run mplayer the video is very slow but the audio is ok. When I run mythTV both the video are slow (about 1 frame per sec). The CPU is 0% idle. I am working on getting a faster system so I have just been playing with an old 200MHz K6 that was otherwise sitting idle. I didn't really expect it to be great till I got a new CPU/motherboard, but considering the 'dd' looked great I was wonder if perhaps I am missing something else. ivtv driver from CVS from last week recent gentoo build linux 2.4.20-gentoo-r9 -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request <at> redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list
>
> There are roughly two modes of operation for both v4l2 (with v4l2 it's a
> bit more subtile btw), capturing to "memory" and capturing to "screen".
>
> If you request capturing to "memory" your application can fetch the
> frames from there, it hasn't been on your display at all. You can even
> use to read() system call to fetch the data (although not recommended).
>
> You can also request capturing to "screen" which will place the frame
> date directly into frame buffer memory, where you can see it. That's why
RSS Feed