Hi!
This is my first time using media.capturePhoto() api. I want to make a scene in my app where the user touches a button in the app menu and open the camera to take a photo of some surface. Then I wanted to reduce and multiply it in 9 images organized as the attached photo. Below those images would have 15 buttons that would change the color of the background square where the images will be multiplied. As I am a new programmer I do not have any type of experience with the use of the camera. I read the “Corona SDK > Sample Code> Media> Camera” but I do not really understand it yet.
Doubts:
* Can I use that same “Camera” example in my app and just change some things? How?
* Can I use only the example code in the api page of media.capturePhoto() as a part of my scene?
* In which part of the scene (create>show>hide>destroy) I must use the function correctly to avoid memory
leaks?
* It is better not to reduce or multiply the image just send it back and put my other objects in front to simulate
it’s reduce/multiply?
I would like to know how to manipulate the captured photo as one more object in my scene.
Attachment info:
--Light gray is my backgroung
–square Is what changes color when I touch one of the buttons
–9 white tiles is the reduce/multiply same captured image
–rectangle is the color change buttons background
–The 15 circles are my color change buttons
Thanks in advance.