Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Decode at lesser frame rate

vikas_krv85
Beginner
674 Views
Hi,

We have H264 stream coming at 25 fps, 640x480 and we are able to decode this.

Is it possble to decode this stream at 5fps, 320x240?

Please help

Thanks
Vikas K R
0 Kudos
3 Replies
vikas_krv85
Beginner
674 Views
Hi,

Please help

thanks
0 Kudos
vikas_krv85
Beginner
674 Views
Please reply, very urgent
0 Kudos
Tamer_Assad
Innovator
674 Views

Hi Vikas,

Call decoder.GetFrame() every 200 ms interval

Then call ippiResize() passing it 0.5 for the X and Y factors.

Regards,

Tamer Assad

0 Kudos
Reply