Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 15363)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 15364)
@@ -1050,4 +1050,10 @@
     }
 
+    // Now that we have the camera, we can apply recipes based on command-line arguments
+    if (readRecipes && !pmConfigReadRecipes(config, PM_RECIPE_SOURCE_CL)) {
+        psError(PS_ERR_IO, false, "Error reading recipes from camera config for %s", config->cameraName);
+        return NULL;
+    }
+
     if (!config->format && !config->formatName) {
         config->formatName = name;
