CMOS SENSOR capture images of the encode into MPEG4 format.
Through the implementation of this command,
For example:
root@192.168.0.101:/opt/dvsdk#./encode -v xiao.mpeg4 -t 90
My approach is as follows:
Encode, including five thread,Threads are as follows:
Control thread,Display thread ,Capture thread,Video thread,Write thread.
In Capture and Display thread between to add a IPIPE thread (Hardware IPIPE for Real-Time Image Processing).
Because according to the DM355 Functional block Diagram, the signal flow is as follows:
CCD/CMOS Module, CCDC, IPIPE, BufferLogic, DMA, OSD, Video Encoder, Digital RGB/YUV.
Therefore, only add IPIPE thread.
Is my idea right ?
Do you have any good ideas and proposals!
Thanks,
everybody!