Changeset 24681 for trunk/ippTools/src/camtool.c
- Timestamp:
- Jul 6, 2009, 12:49:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r24562 r24681 491 491 PXOPT_LOOKUP_S16(fault, config->args, "-fault", false, false); 492 492 PXOPT_LOOKUP_S16(quality, config->args, "-quality", false, false); 493 494 PXOPT_LOOKUP_S64(magicked, config->args, "-magicked", false, false); 493 495 494 496 // generate restrictions … … 614 616 615 617 // since there is only one exp per 'new' set camRun.state = 'full' 616 if (!pxcamRunSetState(config, row->cam_id, "full" )) {618 if (!pxcamRunSetState(config, row->cam_id, "full", magicked)) { 617 619 psError(PS_ERR_UNKNOWN, false, "failed to change camRun.state for cam_id: %" PRId64, row->cam_id); 618 620 psFree(row);
Note:
See TracChangeset
for help on using the changeset viewer.
