Lines Matching refs:camera
41 $camera = $meta->getCamera();
42 if(!$camera) return;
61 if(!empty($camera) && file_exists($path) && $ow == 'false') {
165 $camera = $meta->getCamera();
166 $camera = trim($camera);
168 else $camera = "";
188 if($camera) {
190 $camera = preg_replace("/\b(\w+)(?:\s+\\1\b)/i", "$1", $camera);
194 $camera .= " F:$fstop @ $speed sec.";
198 $camera .= " tm=$time_str";
228 if($camera) {
229 $matches[0] .= '" data-rel ="' . $this->format_attribute($camera);