Hi All,
In IMX6 Quad/Dual Application Processor Reference Manual (IMX6DQRM.pdf), chapter 9, Table 9-1 Video/graphics applications, there mentioned a Two-way Video application.
Does anyone know how can I find the source code for this application?
Thanks and Best Regards,
Ivy
Solved! Go to Solution.
Hi Ivy
seems this use case is described on p.4 presentation as "Full-Duplex" use case
Q&A: MX6 VPU H.264 Dual Stream Encode Limits
for sources one can look at units test (imx-test/..mxc_vpu_test, check
documentation FSL-UT-VPU-007.txt for Decode and encode simultaneously)
www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.4.tar.gz
Also Table 9-1 just described use cases where porcessor may be used,
not fully developed demo with ready sources. So imx-test may be used just as
starting point for developing such demo.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Ivy
seems this use case is described on p.4 presentation as "Full-Duplex" use case
Q&A: MX6 VPU H.264 Dual Stream Encode Limits
for sources one can look at units test (imx-test/..mxc_vpu_test, check
documentation FSL-UT-VPU-007.txt for Decode and encode simultaneously)
www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.4.tar.gz
Also Table 9-1 just described use cases where porcessor may be used,
not fully developed demo with ready sources. So imx-test may be used just as
starting point for developing such demo.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Igor,
Thank you very much!
Best Regards,
Ivy