Index: trunk/psModules/src/camera/pmFPAConstruct.c
===================================================================
--- trunk/psModules/src/camera/pmFPAConstruct.c	(revision 7442)
+++ trunk/psModules/src/camera/pmFPAConstruct.c	(revision 7449)
@@ -299,4 +299,10 @@
         }
 
+        if (!pmConceptsReadChip(newChip, PM_CONCEPT_SOURCE_DEFAULTS, false, NULL)) {
+            psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from camera and defaults for chip %s\n",
+                    chipName);
+            return -1;
+        }
+
         // Get the cell
         pmCell *newCell = NULL;         // The cell specified
