Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
TI cross compiler gcc4.8
no vote
The GCC cross compiler version 4.8, higher than the arm-2009q1 version, GCC version 4.3 of arm-2009q1.3; some c or C++ is compiled in, low version of the cross-compiler may return error. This version of the cross-compiler support for TI DM8148/8168
blackshan
2016-11-20
1
1
Nite2 gesture recognition and tracking
no vote
The program is compiled on VS2010, and gesture recognition and tracking are realized with the help of nite2; gesture trajectory is displayed on depth image and color image. The driver of somatosensory camera is openni2.
blackshan
2016-11-09
0
1
DM643 UDP network video transmission
no vote
The code DM643 collected video transmission via UDP protocol, can be on the same computer within the network, open a browser and enter the IP address of the development board dm643, you can see the captured video images
blackshan
2016-08-23
0
1
DM643 median filter
no vote
Using the principle of median filter, the original image becomes smoother and clearer. pMsgBuf = SCOM_ getMsg(fromInputtoProc, SYS_ FOREVER);    Input = pMsgBuf->bufChannel;IMG_ sobel(Input,SobelData,720,576);      /*-----------------------------------------------------------*/   /* Send the message to the input task to continue with next frame*/   /*-----------------------------------------------------------*/    SCOM_ putMsg(fromProctoInput, NULL);    
blackshan
2016-08-23
0
1
No more~