Our IP camera consists of Zoom module, TVP7002, and DM368.
TVP7002 can not support 1080P30, but the work-around at http://e2e.ti.com/support/embedded/f/354/t/70031.aspx is applied.
Our CAPTURE routine is the same as APPRO IPNC SW.
But, capture frame-rate is just 19-20 fps.
=======================================================================
Module | Avg Time/Frame | Frame-rate | Total time | Total Frames |
CAPTURE | 51.16 | 19.55 | 15347 | 300 |
RESIZE0 | 43.11 | 23.19 | 12934 | 300 |
ENCODE0 | 34.97 | 28.59 | 10492 | 300 |
ENCODE1 | 2.56 | 390.62 | 384 | 150 |
RESIZE0 frame rate can be highered by setting clkDivM and clkDivN.
ENCODE0 time is OK.
Only CAPTURE frame rate is the problem.
Do you have any idea to higher capture frame rate?