Returns the $camera object for the image, which contains the make and model.
$camera = $page->image()->camera(); echo $camera->make(); echo $camera->model();