This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

about DM355 cmos sensor issue!

  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!

 

 

  • This seems reasonable to me, having a thread that handles the IPIPE should be fine. When implementing your IPIPE application you may want to reference the driver documentation in dvsdk_1_30_00_40\PSP_01_20_00_014\docs\dm355\SPRUFG1.pdf as well as the example within dvsdk_1_30_00_40\PSP_01_20_00_014\examples\dm355\ipipe.