IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2008, 3:41:57 PM (18 years ago)
Author:
Paul Price
Message:

Need to include camera name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackCamera.c

    r17428 r17916  
    243243
    244244    // Output image
    245     pmFPA *fpa = pmFPAConstruct(config->camera); // FPA to contain the output
     245    pmFPA *fpa = pmFPAConstruct(config->camera, config->cameraName); // FPA to contain the output
    246246    if (!fpa) {
    247247        psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to construct an FPA from camera configuration.");
Note: See TracChangeset for help on using the changeset viewer.