Hi,
I need some help from the multimedia and Linux experts. I am using OMAP35x and Linux 2.6.32 OS. I need to do vidieo streaming (input from a camera) and GUI.
I can not use QT or X11, I don't have a lot buttons nor touch screen, so GTK + directFB seems to be the choice. Now my question can I still doing my video streaming from V4L2 (/dev/video1 as input and /dev/video2 as the output)? And can I assume whatever I use GTK to draw will write to /dev/fb0)? How should I enable to overlay, as my GUI need to be on top of my video? Can I set the Alpha blending for this? My biggest question is what are the typical way to do what I am doing?
Thanks and appreciate your help.
Annie