<br clear="all">Hi ,<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp; I am working on a use case where camera runs in a preview mode for some time after that video recording gets start .<br>So for that i am trying to connect record bin ( which has gstreamer plugins responsible for recording) with the existing preview pipeline .<br>
Before connecting record bin with preview pipeline , i change the state of pipeline to PAUSED state. <br>&nbsp;<br>Tee element is used to connect record bin with preview pipeline. <br>&nbsp;<br>But the problem i am facing is that the recorded file has same kind of video frames inittially for some amout of time .<br>
And this time is equal to the time till preview was ON before video recording . <br>&nbsp;<br>Suppose i am capturing at 25 fps , and i start recording at 5 sec , then 25*5= 125 frames are of same kind in the recorded file,<br>
means if i play recored file it is showing same frame for 5 seconds and then ot plays normally .&nbsp; <br>&nbsp;<br>&nbsp;<br>Can anybody suggest me possible solution for it. <br>-- <br>Regards,<br><br>Sudarshan Bisht