I am interested in writing an algorithm which will analyze each input frame pixel by pixel, for e.g., let's say calculate the average Y values (brightness)
of the frame. What I have in mind is to have a loop:
Loop (on the arn processor):
a) read frame 1 (e.g. the demo code of encodedecode has a capture which reads frame)
b) analyze frame 1---><I want to do this on the DSP. So, I will send this frame off to DSP processor while I go on to display)
c) display frame 1
end loop (read next frame)
How do I get started on step b) ? Is there any hands-on face-to-face tutorial offered by TI, in Dallas especially, for this ? I suppose it will be akin to writing
a codec (analytics?).
Platform is EVM DM6467 board.
I have studied and understood the demo software that is provided by TI, and also tweaked and "played" with it(e.g. encodedecode etc.); so that's my knowledge level in
programming.
any help deeply appreciated,