Given the fact that only 10 - 20 mb RAM is required for RTOS, let's say I have 20 mb worth of images/frames I would like to acquire at 30 fps and store in CVS RAM (possibly converting to array prior to storage). This still leaves about 80 - 90 mb free RAM. Should I have any problems at all storing this amount of data in RAM? It seems to me it should be no problem.
And once acquisition and storage of the images is completed, I want to, prior to displaying one final processed image, either:
1) send all the data back to host for the processing
or
2) do the processing on the CVS
Again, it seems to me either approach should work. For 1), can someone comment on transfer speed over TCP/IP of 20 mb of data back to host (Remember, acquisition is n
ow stopped). For 2), again it appears to me that 80 - 90 mb of RAM is quite enough to handle such post-processing.
Comments anyone?
Sincerely,
Don