init - online adding of an image

This commit is contained in:
Expo on server 2024-07-22 20:15:47 +01:00
parent 672676c2cf
commit 7dbdbebbde
3 changed files with 27 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<title>
Track and camera locations
</title>
<link rel="stylesheet" type="text/css" href="../../../css/main2.css" />
</head>
<body>
<H1>Track and camera locations</H1>
<div class="centre"><img alt="" src="/handbook/computing/i/camera-ne-track.jpg" />
</div>
<p>Two phones in the same rucsac, one recording a continuous track (OSMand) the other taking occasional photos.
&lt;p&gt;
The photos are the small orange square on the map. You can see that about half the time the photo camera locations are on the track, but nealry half of them are up to 30m away.
&lt;p&gt;Camera apps are not to be trusted to get accurate locations! In this case the photos can use the timestamp on the photo to get an accurate location from the track, but this is too much faff for most people.</p>
<p class="caption">Photo &copy; Philip Sargent, 2024</p>
<hr />
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB