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.

Do I need to use NULL_VIDEO_RENDER?

9ine
Beginner
618 Views
If I'm not going to display captured stream do I need to use any renderer?
0 Kudos
2 Replies
Chao_Y_Intel
Moderator
618 Views


Hello,

Render is not enforced. You could choose not to use any render, and write the encoded stream into the file by yourself. You can also use a FileWriter render in the UMC sample.

Thanks,
Chao

0 Kudos
9ine
Beginner
618 Views

Hello

I need to get raw image data only and thus I suggested that render is not needed.
However it is not possible to avoid it. Null renderer is needed in any case. Otherwise lock input data will stop responding after 6 frames are captured as you've seen from my previous questions

Thanks

0 Kudos
Reply