dm642运动图像检测程序

时间:2014-05-04 11:42:08
【文件属性】:

文件名称:dm642运动图像检测程序

文件大小:342KB

文件格式:RAR

更新时间:2014-05-04 11:42:08

DM 642

基于DM642开发板的运动图像检测程序 #include #include #include #include #include #include #include "appMain.h" #include "appThreads.h" #include "appBiosObjects.h" extern int intHeap,extHeap; /* perform all initializations */ void main() { // Turn on the cache first CSL_init(); CACHE_clean(CACHE_L2ALL, 0, 0); CACHE_setL2Mode(CACHE_128KCACHE); CACHE_enableCaching(CACHE_EMIFA_CE00); CACHE_enableCaching(CACHE_EMIFA_CE01); DAT_open(DAT_CHAANY, DAT_PRI_LOW, DAT_OPEN_2D); CACHE_setL2Queue(0x3, 0x7); CACHE_setL2Queue(0x1, 0x7); CACHE_setPriL2Req(CACHE_L2PRIHIGH); /* Initialize ACPY, DMAN */ ACPY2_6X1X_init(); DMAN_init(); DMAN_setup(intHeap); /* initialize RF5 modules */ CHAN_init(); ICC_init(); SCOM_init(); /* setup chan module Ratna - Modified */ CHAN_setup( intHeap, extHeap, intHeap, SCRBUCKETS, NULL, NULL); // name LOG objects to be used for error/warning/general/debug messages. UTL_setLogs( &trace, &trace, &trace, &trace ); tskVideoInputInit(); tskVideoOutputInit(); EVMDM642_rset(0x10, 0x20); EVMDM642_rset(0x10, 0x08); while(!(EVMDM642_rget(0x13) & 0x40)); tskVideoInputStart(); tskVideoOutputStart(); UTL_logDebug( "Video I/O started" ); tskProcessInit(); tskProcessStart(); UTL_logDebug( "Process thread started" ); thrControlInit(); thrControlStartup(); UTL_logDebug( "Control thread started" ); /* create all SCOM and message objects */ SCOM_create("INTOPROC", NULL); SCOM_create("PROCTOIN", NULL); SCOM_create("PROCTOOUT", NULL); SCOM_create("OUTTOPROC", NULL); SCOM_create("PROCTONET", NULL); SCOM_create("NETTOPROC", NULL); UTL_logDebug( "Application started" ); // show heap usage, now that all threads are initialized and started UTL_showHeapUsage( intHeap ); UTL_showHeapUsage( extHeap ); }


【文件预览】:
Lab534-VideoMotionDetect
----cells()
--------diff()
--------rotate()
----threads()
--------control()
--------capture()
--------main()
--------process()
--------display()
----build.bat(357B)
----projects()
--------evmdm642()
----diff_ti()
--------diff_ti64.paf(3KB)
--------Debug.lkv(423B)
--------include()
--------Debug()
--------cc_build_Debug.log(989B)
--------src()
--------diff_ti64.pjt(941B)
--------Debug.lkf(423B)
----lib()
--------rotate_ti.l64(16KB)
--------diff_ti.l64(15KB)

网友评论

  • 资源不错,值得下载
  • 没有能运行,但还是有很大帮助!
  • 还行,但是没怎么看懂。
  • 没有直接打开的项目文件,要自己找 纠结。。。。。。。。。。。。。
  • 描述的程序在整个程序里搜不到。。好纠结。
  • 很好 用于移植到dm6446上 成功了!
  • 要是有文档就好了,不很利于理解
  • 没有运行,但是看了程序,很有启发和帮助... 谢谢分享
  • 程序是分在几个文件夹下,不知怎么运行,可能用的软件平台不一样。