Index: /trunk/psModules/src/camera/pmFPARead.c
===================================================================
--- /trunk/psModules/src/camera/pmFPARead.c	(revision 17181)
+++ /trunk/psModules/src/camera/pmFPARead.c	(revision 17182)
@@ -611,4 +611,5 @@
     for (int i = 0; i < imageArray->n; i++) {
         psImage *source = imageArray->data[i]; // Source image, from the i-th plane
+        PS_ASSERT_IMAGE_NON_NULL(source, false);
 
         // Type conversion here to support the modules, which don't have multiple type support yet
