> My problems with streamer are: > - How do I find out how big the file size is if I > output to a raw output device. >
If you use YUV420 then each frame is of size
width * height * 1.5 bytes
and if greyscale, then it's
width * height bytes
and RGB24 is
width * height * 3 bytes
Jonk
_______________________________________________
Video4linux-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/video4linux-list
