Description: The Linux-based GEC2440 under the camera capture key test of the experimental group is to help understand the Liunx access to the device under the way the camera image data processing and display 1.Frame RGB565 image data display (showRGB.c) constructed using the data format RGB565 image array in the LCD display red, green and blue map. 2. Image data storage (saveRGB.c) experiment will be constructed on a three-color image data written to the file. 3. Display the image file (readRGB.c) to save image data in the file to read and view the data. 3. Camera to obtain images (saveCam.c) using the development board for v4l2 camera image and save to file. 4. Display the saved data file (showCam.c) to get the camera to read the saved data files and display.
File list (Check if you may need any files):
GEC2440_Cam_V4l_Test\readme.txt
....................\readRGB.c
....................\saveCam.c
....................\saveRGB.c
....................\showImage.c
....................\showRGB.c
GEC2440_Cam_V4l_Test