diff --git a/en/visual_sensor_identification.md b/en/visual_sensor_identification.md
new file mode 100644
index 0000000..06063e3
--- /dev/null
+++ b/en/visual_sensor_identification.md
@@ -0,0 +1,22 @@
+# Sensor closeups
+-----------------
+
+Can be used to visually identify the actual sensor, e.g. verify online sellers are actually selling you the advertised sensor. And sometimes it's just quicker to look than getting ipctool running on a newly bought ipc.
+
+Of interest are bondwires and pad placement.
+
+## Sony IMX
+
+| Sensor  | Photo                                         | Notes                                 |
+|---------|-----------------------------------------------|---------------------------------------|
+| IMX307  | ![sensor_imx307](/images/sensors/IMX307.jpg)  |                                       |
+| IMX335  | ![sensor_imx335](/images/sensors/IMX335.jpg)  |                                       |
+| IMX415  | ![sensor_imx415](/images/sensors/IMX415.jpg)  |                                       |
+
+
+## SuperPix (part of Omnivision Group)
+
+| Sensor  | Photo                                         | Notes                                 |
+|---------|-----------------------------------------------|---------------------------------------|
+| SP4329  | ![sensor_sp4329](/images/sensors/SP4329.jpg)  | Sold as SC450AI and OS03A10           |
+
diff --git a/images/sensors/IMX307.jpg b/images/sensors/IMX307.jpg
new file mode 100755
index 0000000..431361a
Binary files /dev/null and b/images/sensors/IMX307.jpg differ
diff --git a/images/sensors/IMX335.jpg b/images/sensors/IMX335.jpg
new file mode 100644
index 0000000..19af2f9
Binary files /dev/null and b/images/sensors/IMX335.jpg differ
diff --git a/images/sensors/IMX415.jpg b/images/sensors/IMX415.jpg
new file mode 100644
index 0000000..3692282
Binary files /dev/null and b/images/sensors/IMX415.jpg differ
diff --git a/images/sensors/SP4329.jpg b/images/sensors/SP4329.jpg
new file mode 100755
index 0000000..efa4ca7
Binary files /dev/null and b/images/sensors/SP4329.jpg differ