We are facing some issues while doing picture-in-picture with Davanci platform with Montavista _pro4 kernel
The following are the software versions that we are using in our development
kernel version--- montavista_pro4_kernel
tool chain version--- mv_pro54
dvsdk version------- dvsdk_1_30_01_41
gstreamer version ---- gstreamer-0.10.20,
There are two ways to do PIP as I think:
1. We have to display one video on one video plane (/dev/fb/1) and other on another (/dev/fb/3). The issues with this approach are:
a. Video is not getting displayed on /dev/fb/1 ( even when we try to use just this video plane).
b. How to enable two video planes simulataneously.
2. Second approach is , we can use same video plane (/dev/fb/3) for both videos. The issues with this approach are:
a. fbvideosink does not have properties to specify co-ordinates.
b. Even if it has, is it possible to use same video plane twice (in two different pipelines) without giving error.
Any pointer to solve this problem will be highly appreciated.
Thanks and Regards,
Sumit