Hello all,
I'm starting with the DVR and have simple question. I can not use the API, I have problems with the includes.
My project is as follows:
# include <mcfw/interfaces/ti_vcap.h>
# include <mcfw/interfaces/common_def/ti_vcap_common_def.h>
# include <mcfw/interfaces/ti_vdis.h>
# include <mcfw/interfaces/ti_vdis_timings.h>
# include <mcfw/interfaces/common_def/ti_vdis_common_def.h>
# include <mcfw/interfaces/ti_venc.h>
# include <mcfw/interfaces/ti_vdec.h>
# include <mcfw/interfaces/ti_vsys.h>
# include <mcfw/interfaces/ti_media_std.h>
# include <mcfw/interfaces/ti_media_error_def.h>
# include <mcfw/interfaces/ti_media_common_def.h>
# include <mcfw/interfaces/common_def/ti_vsys_common_def.h>
# include <mcfw/interfaces/ti_vgrpx.h>
# include <mcfw/interfaces/common_def/ti_vgrpx_common_def.h>
But generates compile error when using some method:
eg: undefined reference to `Vcap_params_init '
Is there any lib that should be included in the project? Do I need anything else to use the API? Help, I'm lost!
Sorry my bad english.
Carol