Hello, everyone.
I`m doing some test using encodedecode Demo, and I can`t fine where the sourcecode for functions in Capture,h file like capture_get()..
anyone knows it, plz let me know
Best Regards,
DongjuKIM
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.
Hello, everyone.
I`m doing some test using encodedecode Demo, and I can`t fine where the sourcecode for functions in Capture,h file like capture_get()..
anyone knows it, plz let me know
Best Regards,
DongjuKIM
Dongju Kim said:I`m doing some test using encodedecode Demo, and I can`t fine where the sourcecode for functions in Capture,h file like capture_get()..
The Capture_get() function is a DMAI (Davinci Multimedia Application Interface) function, so you can find the sources in the DMAI install that is being used when you rebuild the encodedecode demo. Which specific source file contains the function depends on your DVSDK version and device, in this case as an example you may find the Capture_get() function source you seek at a location like dvsdk_2_00_00_22/dmai/packages/ti/sdo/dmai/linux/dm6446/Capture.c.
Thx ~
I found the source code for capture.c in "dvsdk_2_00_00_22\dmai_1_20_00_06\packages\ti\sdo\dmai\linux\"
Dongju KIM