View Single Post
Posts: 109 | Thanked: 56 times | Joined on Apr 2009
#6
It shouldnt be hard to have someone just write a new camera app assuming there's an api to turn the camera on.

Code:
Program_Camera
{
camera.display
if (keypush)
    osso_picture_viewer (or w/e) /home/user/derp/lol.png 
}
EDIT:mmlado beat me to it. This is his 'most complicated' method

EDIT 2: How about an alarm event that he sets for 30 seconds into the future that opens the picture

Last edited by notnarb; 2010-03-19 at 07:56.