Hi all,
How to ROI (region of interest) in dvsdk4 for dm365. I am using dmai application to capture video -> h264enc -> save to a file. For encoding i am using VIDENC1.
Thanks in advance
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 all,
How to ROI (region of interest) in dvsdk4 for dm365. I am using dmai application to capture video -> h264enc -> save to a file. For encoding i am using VIDENC1.
Thanks in advance
Venu,
The document in the link explains Region of Interest encoding in DM365 H.264 encoder
http://www.embeddeddesignindia.co.in/STATIC/PDF/201003/EDIOL_2010MAR12_DSP_AN_01.pdf?SOURCES=DOWNLOAD
Hi Adithya,
Thanks for ur reply,
I understand what are the structures required to enable ROI. But the problem is i cant understand how to pass "inars" and "outargs" to codec engine. I am using Venc1_create and Venc1_process. How to pass ROI arguments to these functions.
Hi Venu,
ROI parameters in inargs are the extended members. So you need use extended inargs structure, and you can pass this extended struct to Venc1_process call.
You can refer http://processors.wiki.ti.com/index.php/Extending_data_structures_in_xDM to know how to extend params(create time, runtime params, inargs, outargs etc..).
Thanks,
Veeranna