Index: /trunk/pois/src/poisFindStamps.c
===================================================================
--- /trunk/pois/src/poisFindStamps.c	(revision 3801)
+++ /trunk/pois/src/poisFindStamps.c	(revision 3802)
@@ -46,5 +46,5 @@
 
 	    // Only find a new stamp if we need to
-	    if ((stamp->x == 0 && stamp->y == 0) || stamp->status == POIS_STAMP_RESET) {
+	    if (stamp->status == POIS_STAMP_RESET) {
 		// Find maximum non-masked value in the image section, but don't include a footprint around
 		// the edge
