Hi, I’m part of a team of students working on a photography game, something like Pokemon Snap. We think we’ve figured out a way to take in-game pictures, but we have no idea how to come up with a way for the system to tell whether or not the user actually photographed something. What would be the best way to do this?
So far we’ve brainstormed ideas including:
Firing an invisible “bullet” that covers the entire screen and then checking if it hit something.
Checking if you’re aiming at an object when the camera takes the picture.
Somehow scanning the object for certain pieces afterwards.
Any advice is greatly appreciated!!!