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.

DM8168 : Capture and Encoder without OMX.

Hello All.

I want to test some H.264 Encoder features like ROI-Encoding using EZSDK 5.05.

To test ROI Encoding features using EZSDK 5.05, I think I need to pass the meta data using inArgs at xxxxxx_process() api.

But I can't any encoder-related process() apis in capture-encode omx example.

How can I pass some meta datas in place of inArgs for every frame?

Another way, is it possible to create application that capture-encoder example without omx component?

In this case, I think I can handle encoder-related process() api in my hands.

Is there any example code for capture-encode application without omx component?

 

Jongpil.

 

 

 

  • Hi Jongpil,

    You can do capture with V4L2 (instead of OMX). Please check here:

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_VIDEO_CAPTURE_Driver_User_Guide

    There are also sample applications inside that wiki page.

    I hope this will help.

    BR,

    Pavel