Hello…
I will try to explain.
Let,s say I take a picture with the camera – [media.capturePhoto]
the image is a white rectangle 200X200 pixels
in the center of the image I have a black square 20X20 pixels
That’s it a white page with a black square in the center.
QUESTION
is there a way that I can program some code to tell the app
function isSquare( )
“see” the image and if you see a black square then
audio.play(aSound)
if it is a black circle
image.rotation = 45
end
end
Something like that.
The idea is to be able to “see” with a program what is inside that image
I hope this make sense and you can help me out.
Thanks
Victor