

I want to develop my midterm project.
This is plan.
Makeing camera system for image sourse. Hacking camera shutter release system.
Select one day and take a pictur per a minute.
Total number of photoes is 1440.
Use 1pixel from one photo,
Make a big image and print.
Problems
1. Loading high resolution image – out of memory error
> Increase memory.
2. Use 1440 picture – out of memory error
> Use arrayList and remove function???
3. Make a big image.
> Make small images and then stich together.
> Use Pgraphics function???
No comments:
Post a Comment