Hi
I am using the graph image CCS feature to display 720x640 YUV 4:2:2 images. It takes awhile to upload the image when I hit a breakpoint. According to the help info, the entire acquisition buffer is transferred to the display buffer each time a breakpoint is his.
This option specifies the height of the entire image in pixels. This value and the value in the Pixels Per Line field determine the image size. When the graph is updated, the entire image is fetched from the actual/simulated target board and displayed.
To speed up the image display, Is there a way to get CCS to only upload say 1/4 of the image instead of the entire image? I'd rather not buy a more expensive emulator to speed up display time since I only need to see a portion of the image.
I could write some code to cut out part of the picture and display that buffer, but I was hoping that there was a way to fool CCS using the display image parameters.
Cheers
Eddie