V4L2: Is it possible implement video composite with V4L2?

Bing Song Kevin.Song at freescale.com
Sun Aug 30 08:37:18 PDT 2015


Hi,


Is there any stand Kernel API to implement hardware video compositor (video mixer or text blend)? If no, is it possible implement with V4L2 API?


V4L2 API can support M2M device. M2M device for video process can be get one output ofter only get one input. So application can QUEUE several video into OUTPUT port and one same video buffer into CAPTURE port to implement video compositor.


Unfortunately, V4L2 API can't support multi-input in OUTPUT port. Several video input have different format and resolution, application can't set several format setting to V4L2 device. Is it possible to extend it? Or is there other stand 2D video process API? 2D video composite is really needed in Android. Also needed in GStreamer hardware accelerate video compositor.


Regards,

Song Bing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150830/3cde69ef/attachment-0001.html>


More information about the gstreamer-devel mailing list