Hello!
I saw few threads where people asked about change or edit video image during record process and answer was: no, you cannot. However I looked to CMMFDevVideoRecord class and example of using it in DevvideoEx project.
Looks like you can use method SetSourceMemoryL and pass custom frames to HW video encoder. I did not research it much, but I noticed that SetSourceMemoryL does not return error if you are using H.264.
Is it possible for example to use CCamera::StartVideoCapture() and MCameraObserver::FrameBufferReady() to pass frames to CMMFDevVideoRecord and encode them?
May be there is other way to process video frames and encode?
My aim is to write an text info on video frames while recording.
Thank you very much! I am very appreciate your help!



