$exif->camera()

Returns the $camera object for the image, which contains the make and model.

  • return ($camera)
$camera = $page->image()->camera();

echo $camera->make();
echo $camera->model();