Hi,
I have purchased an EUCDK from leopardboard. It contains av_capture application. It seems I am missing documentation. I have read through the source code and some parts end up calling functions to which I only have header files for. I am taling about all the functions that start with DRV_ like:
DRV_captureOpen(&captureConfig, &gVIDEO_ctrl.captureInfo);
DRV_captureStart(rawOutEnable, yuvOutEnable);
DRV_captureStop();
DRV_captureClose();
Im looking for details on all the DRV_ functions actually. This seems to be the drv package from IPNC Ref Design. I do not have access to AVServer_DesignGuide.pdf probably because I did not purchase the IPNC reference design.
It seems there should be more documentation that accompanie's the EUCDK. Can you help find what I need?