hi, i ma succesfully able to solve Rendering Problem using FbRead component reference. i am getting Video Out but problem in croma component. i am seding three...
Are you setting "needBuffer" = True for the renderer? Running in assert or trace mode? The QVCP needs semiplanar data. The MBS normally converts planar to...
Hi, good afternoon everybody! There are two problems that I faced with recently. The first problem, why is program dead easily when the *.out file is loaded in...
dvpMon does not work with debug build. In fact, it is pointless since dvpMon is not a debugger. To fully taking making use of debug build, you should use the...
Hello All, On a MDS810 I am getting the following message, which happened after pointing to a wrong rootfs. MicroBTM, Compiled Aug 22 2006 10:50:29 Using Uart...
I can give a simple and generic answer, but it may not answer your questions. We rely heavily on assertions in the code base for debugging. If you get an...
Dear Dr Sergio, I am Arun Pradeep from Bangalore, India. I am interested in porting to TriMedia. Do let me know some pointers and starting point . Looking...
The OpenCV librery will compile fine only a few warnings, but fails at the linking stage as it requires the cxcore libs, they inturn require pthreads support,...
Hello All, I am trying to create a video provider, which is a mixture of c++ and c files. However, the Probe function fails on dlopen, complaining that _Znwj...
Dear Sir, I am working on TM3260 and want to optimise my code. Will you provide any sample code for data cache optimization using custom operation like pref,...
Dear Mital, According to my experience, the data cache optimization instructions are not useful really. However, data re-arrangement is. If you search the...
Is it possible to adjust the video brightness using the MBS? Thanks Simon Gauthier BSP/Core Group Team Leader Video Intelligence Solutions Verint System Inc. ...
Brightness just adds to luminance (Y). So if you are in YUV then I don't think the MBS helps. If you are converting from RGB then you can adjust the color...
Please refer to the training slides that come with NDK 5.6 (the latest version). Same with NDK 5.5. Data cache optimization is the hardest challenge in...
Hi, good morning everybody! There is one problems that I faced with recently. Why does image appear jitter with exolVidPip in NDK5.5 when ¡°needBuffer =...
Is it posable to link components linked with 64bit doubles to components linked with 32bit doubles? It seems there is no 64 bit librery for pSOS, drv_conf,...
TCSHelp knowledge base item 82 answers this question. I went to TCSHelp, chose knowlege base, search, and then I entered fp64. There I found the answer I...
hi, everyone, I tried to change the example project exQvcp to display my YUV420 format data. But it seems that there is something wrong with my layers...
I remember this card. what do you want to do with it? Program it? Or use it? To use it, you need to find the video editing application program. To program...
How would I ling a component built with -fp64 with components and the aplication built with -fp32. I have made sure the functions don't contain doubles in...
Issue 82 gives some guidance on this front. I know it is a bit tricky. But that's all I can really say simply on TMUG. If you log an issue on TCSHelp with...
Hi, good afternoon everybody! There is one problems that I faced with recently. when I read all the registers of 32bit width in ISP1761,I find the dataof lower...
Please if any one can tell how many fields are taken by SAA7115 to detect and lock the color when it is switched to a new input adapter, either to the same...
Hi all, I want to locate a decision tree in my source code for optimization. I have generated profiler report with –fcs option to find most cpu intensive D...
The line number that is reported is most likely the line number of one of your include files. Usually you know which part of your code is supposed to eat most...