Cameras

Thermal wildlife detection, monthly fixed-point landscape frames from permanently marked stations, construction time-lapse, and live views. Public framings exclude nest zones and guest areas by design.

'; echo '

Cameras on this site are thermal wildlife cameras and, if fitted, an entrance camera. No camera is placed inside any cabin that guests use.

'; $cams=[['th_cluster','Thermal · cabin cluster approach','live'],['th_shore','Thermal · shore meadow','live'], ['fp_north','Fixed point · north bank (erosion watch)','still'],['fp_mound','Fixed point · bæjarhóll sightline','still'], ['fp_lagoon','Fixed point · Lárvaðall edge','still'],['tl_construction','Construction time-lapse','timelapse']]; echo '
'; foreach($cams as [$code,$label,$kind]){ $m=db()->prepare("SELECT * FROM media WHERE camera_code=? AND is_public=1 ORDER BY ts DESC LIMIT 1"); $m->execute([$code]); $r=$m->fetch(); echo '
'; echo $r&&is_file(__DIR__.'/../'.$r['path'])?''.h($label).'':'AWAITING FEED'; echo ''.h($label).''; echo ''.($r&&!$r['is_placeholder']?'LIVE DATA':'PLACEHOLDER DATA').''; echo '
'; } echo '

Thermal detection event counts feed the wildlife stream; frames land from the on-site relay into the media store with checksums like every other raw file.

'; page_footer();