Introduction - If you have any usage issues, please Google them yourself
Examples are divided into CMOS camera video and playback two functions:
1) When the user to record, will be collected from the CMOS camera video, in the source code main.cpp, with the TVideo class to achieve this part of the work, in the TVideo class, will open the CMOS camera and capture images.
2) After collecting the image from the camera, you need to preview the screen, this part of the work by the TFrameBuffer class to complete.