Changeset 26567 for trunk/ippTools/src/camtool.c
- Timestamp:
- Jan 12, 2010, 2:07:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r26336 r26567 222 222 tess_id ? tess_id : row->tess_id, 223 223 end_stage ? end_stage : row->end_stage, 224 row->magicked, 224 225 note 225 226 )) { … … 480 481 PXOPT_LOOKUP_S16(quality, config->args, "-quality", false, false); 481 482 482 PXOPT_LOOKUP_S64(magicked, config->args, "-magicked", false, false); 483 // Get this from the chipRun 484 // PXOPT_LOOKUP_S64(magicked, config->args, "-magicked", false, false); 483 485 484 486 // generate restrictions … … 523 525 return false; 524 526 } 527 528 bool status; 529 psS64 chip_magicked = psMetadataLookupS64(&status, output->data[0], "chip_magicked"); 525 530 526 531 camRunRow *pendingRow = camRunObjectFromMetadata(output->data[0]); … … 615 620 616 621 // since there is only one exp per 'new' set camRun.state = 'full' 617 if (!pxcamRunSetState(config, row->cam_id, "full", magicked)) { 622 // propagate magicked state from chipRun 623 if (!pxcamRunSetState(config, row->cam_id, "full", chip_magicked)) { 618 624 psError(PS_ERR_UNKNOWN, false, "failed to change camRun.state for cam_id: %" PRId64, row->cam_id); 619 625 psFree(row);
Note:
See TracChangeset
for help on using the changeset viewer.
