March 2016
Beginner to intermediate
296 pages
6h 34m
English
The camera is another I2C peripheral, but to display video we need to read the array pixels that make up an image and write their values to the GLCD very rapidly. We achieve this by using Direct Memory Access (DMA) to stream image frames directly to the GLCD rather than writing individual values as we did for the audio codec demo. We'll name this recipe cameraDemo_c6v0.
cameraDemo. Using the RTE manager, go to Board Support and select the Camera (API) and Graphic LCD (API) software components.cameraDemo.c and add boilerplate code to configure clocks, ...Read now
Unlock full access