IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2007, 11:55:08 AM (19 years ago)
Author:
bills
Message:

If camera is specifed on command line, make sure that recipes specified on
command line get processed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r15252 r15364  
    10501050    }
    10511051
     1052    // Now that we have the camera, we can apply recipes based on command-line arguments
     1053    if (readRecipes && !pmConfigReadRecipes(config, PM_RECIPE_SOURCE_CL)) {
     1054        psError(PS_ERR_IO, false, "Error reading recipes from camera config for %s", config->cameraName);
     1055        return NULL;
     1056    }
     1057
    10521058    if (!config->format && !config->formatName) {
    10531059        config->formatName = name;
Note: See TracChangeset for help on using the changeset viewer.