Hello Forum,
Besides forum and dedicated office activity, I do take some time to do DIY (out of my curiosity). My DIY uses a Camera to interface to DK-TM4C129. It is a pretty simple camera called uCAM-II which I interfaced over UART serial bus. The good thing about the camera is it allows for both RGB565 RAW and VGA JPEG.
KISS... I started off with RGB565 RAW and it took me some time to workaround few issues with the Camera (it has its oddities). At the end of it I was able to do a 1fps image with extrapolation of pixel from 160x120 to 320x240 panel on the DK-TM4C129. Added a feature like sd_card save to bmp format and negative images. I have a few more development activities planned
1. Increase the speed to the maximum of 3.6Mbps for a descent 9fps
2. Change format to JPEG and port over a JPEG decoder to TM4C129
3. Port the same over for TM4C123 LaunchPad
4. Use the CC3100 booster pack to send the data from TM4C123 to TM4C129 for viewing
5. Use the sd-card to store the image on "button" press.
(Try to take out a few hours to do the development, so response on this thread would be way too slow... Apologies in advance)... Anyone interested can of course post to this thread.
Regards
Amit