User Activity

Hello everyone.I want to use only CPU to read and process VGA image with YUV format from camera. It's mean we have 640*480*2 = 600kbytes each frame and this is more than the 500 kbytes memory of CPU that I use. (I want to transfer directly data from ...
Hello, sorry for posting this post again. I have a problem with my code. I'm trying to write a program to take picture from camera and save it as motion jpeg video (MJPEG) in to USB. I build already the header and the structure of MJPEG file but it's...
Hello everyone.I have a problem with my code. I'm trying to write a program to take picture from camera and save it as motion jpeg video (MJPEG) in to USB, using JPEG encoder. I build already the header and the structure of MJPEG file but it had prob...
Hello everyone,I have a problem with my code. I'm trying to write a program to take picture from camera and save it as motion jpeg video (MJPEG) in to USB. I build already the header and the structure of MJPEG file but it's really weird when I try to...
Hello everyone.Sorry for post this question again. But I really need some help.I am trying to write a program can take picture from camera and save it into SD card when I press a button.I had finish this, but it had one problem. I don't know why but ...