Project 8 Experimental Camera 2.0
Description
My experimental camera already has some interactions, so I focus on improving my code based on feedback I received from my response last time and also the FRIES rules.
Design Process
I add a couple of lines to inform the user that their camera will be turned on if they choose “continue.” After users' photos are taken, the camera will off. I shared this camera with some of my friends, and one of them ask me if I can change my code and turn off the camera after the shotting section ends. I think this change follows "specific" in FRIES rules, because my user allows access to the camera during the shotting section doesn't mean that they are ok with the camera on until the end.
After that, I add a stop button to turn off the camera. In my 1.0 version, the next section starts only after their photos fill the whole page. Now they can go to the next section whenever they want. I make this change to follow the "enthusiastic" in FRIES rules.
Based on the feedback I got, I add a download function. My original thought is to create a download button, but I couldn't find a way to link that with the button. So I use keypressed() function instead.
Reflection
1.FRIES - "specific": turn off the camera after shotting, because the user allows access to the camera doesn't mean that they want it on till the end.
2.FRIES - "specific": turn off the camera after shotting, because the user allows access to the camera doesn't mean that they want it on till the end.
*Create a "home" button, so users can go to the home page at any page.
*Create a photo gallery.