diff --git a/_config.yml b/_config.yml index eecd334..a1f514e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ title: Tom Hodson +feed_title: Tom Hodson's Blog description: Physics, Programming and Baking. url: https://thomashodson.com diff --git a/_includes/default_head_tags.html b/_includes/default_head_tags.html index 942e954..78f4b99 100644 --- a/_includes/default_head_tags.html +++ b/_includes/default_head_tags.html @@ -56,8 +56,10 @@ +{% unless jekyll.environment == "development" %} + async src="https://gc.zgo.at/count.js"> +{% endunless %} diff --git a/_posts/2025-01-18-heic-depth.md b/_posts/2025-01-18-heic-depth.md index da1fce8..201ccc9 100644 --- a/_posts/2025-01-18-heic-depth.md +++ b/_posts/2025-01-18-heic-depth.md @@ -99,7 +99,12 @@ pc.save(d / "pointcloud.pcd") Click and drag to spin me around. It didn't really capture my nose very well, I guess this is more a foreground/background kinda thing. +
+ +
If you have JS enabled this is interactive.
+
+ @@ -179,4 +205,8 @@ So I had a go with the front facing camera too: The depth information, while lower resolution, is much better. My nose really pops in this one! +
+ +
If you have JS enabled this is interactive.
+
\ No newline at end of file diff --git a/assets/blog/heic_depth_map/front_facing/point_cloud_preview.png b/assets/blog/heic_depth_map/front_facing/point_cloud_preview.png new file mode 100644 index 0000000..e25b399 Binary files /dev/null and b/assets/blog/heic_depth_map/front_facing/point_cloud_preview.png differ diff --git a/assets/blog/heic_depth_map/rear_stereo/point_cloud_preview.png b/assets/blog/heic_depth_map/rear_stereo/point_cloud_preview.png new file mode 100644 index 0000000..f7dd3b5 Binary files /dev/null and b/assets/blog/heic_depth_map/rear_stereo/point_cloud_preview.png differ