Hi,
How should I modify the capture_encode example source codes to capture 1080P50 from component ? It seems that the capture_encode demo supports only 720p60 and 1080p60 component input.
Regards,
Jiaxin Peng.
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.
Hi,
How should I modify the capture_encode example source codes to capture 1080P50 from component ? It seems that the capture_encode demo supports only 720p60 and 1080p60 component input.
Regards,
Jiaxin Peng.
Hi,
You are correct 720P50 and 1080P50 is not supported as of now. There are two options for supporting this.
1. Change the HDVPSS firmware to support this. Change mainly involves updating the TVP7002 ctrl component
2. Write userspace TVP7002 component in Linux which can be used to support 720P50 and 1080P50, change OMX application now to call the TVP7002 OMX ctrl component and call userspace component instead. Reference for developing userspace component can be taken from TVP7002 driver available under Linux and TVP7002 datasheet@ http://www.ti.com/lit/ds/symlink/tvp7002.pdf
Hi,
Thanks for your reply.
What is userspace TVP7002 component?
Do you mean that I should change the source codes of TVP7002.c? It seems that tvp7002.ko is only used by V4L2 not by OMX.
Moreover, what is the HDVPSS firmare? Is vpss.ko?
Regards,
Jiaxin Peng.