Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6704 Discussions

MJPEG decoder is slow, decoding @ half rate

vikas_krv85
Beginner
838 Views
Dear All,
We are using IPP verion 7Package ID: w_ipp_7.0.1.127 w_ccompxe_2011.1.127 and samplesw_ipp-samples_p_7.0.7.064
We are receving stream from IP camera and decoding for analytics purpose
When we set fps = 15 in camera and try to decode with MJPEG decoder we are getting only 7-8 fps, if we find SOI and EOI and pass to JPEG decoder we are getting 13 - 14 fps
Please help
Thanks,
Vikas K R
0 Kudos
5 Replies
vikas_krv85
Beginner
838 Views
someonePlease help
0 Kudos
Sergey_K_Intel
Employee
838 Views
Hi Vikas,
Do you use multi-threaded decoder? If yes, try to build single-thread decoder, or you may continue compile decoder as multi-threaded, but build the final application with single-thread IPP libraries. It may happen, that oversubscription takes place here.
Reply how it goes.
Regards,
Sergey
0 Kudos
vikas_krv85
Beginner
838 Views
Hi Sergey,
Where do we do this?
We are usingm_pVidDecparams->numThreads = 1, this should be single thread decoder right?
Regards,
Vikas K R
0 Kudos
Pavel_V_Intel
Employee
838 Views
Good day.

Can you share this stream? I'd like to take a look.
0 Kudos
vikas_krv85
Beginner
838 Views
Sorry my bad :(
Issue Solved, after decoding one image, we cleared my receiving buffer which actually had next frame data, because of this used to get half frame rate
Now getting full frame rate :)
0 Kudos
Reply