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.

how omx create the vfcc component?

Other Parts Discussed in Thread: TVP7002

Hi,

I work on DM8168 board, EZSDK-5.0.3.15.

I want to how omx capture the video signal and display. And i followed the examples provided in EZSDK for OMX component chains,

only see the last step "OMX_TI_VFCC_ComponentInit". But I can not find  the context?  Does TI only supply the library other than source ,can you help me?

Then how can i complete a video track application on the DM8168, based on the PAL video signal?

Using the VFCC and VFDC, should i write a component for my algorithm?

I have seen that "External video capture is only supported through the TVP7002 video decoder via I2C1." in the DM816x EZSDK 5.03 Release Notes.

Is that means I can not capture the PAL video using DM8168 EVM till now?

Thank you !



  • Hi,

    EZSDK provides only the binaries for media controller firmware. These calls are translated to processor where capture/encode etc happens. PAL video capture in EZSDK on EIO card is not supported.

    Regards

    Vimal

  • Hi,Vimal

    Thank you for your replay! As you say PAL video capture in EZSDK on EIO card is not supported now ,

    will it be supported later in EZSDK on EIO card later?

    External video capture is only supported through the TVP7002 video decoder via I2C1 now.

    So can i capture  VGA   video with different frame rate and resolution (eg. 1080p/60fps ,1024x768 ..)through modify the capture param in the vfcc component?

    If can where can i find the useful reference manual?C 

    Regards

    xavier