Changeset 12253 for trunk/ippScripts/scripts/ipp_serial_camera.pl
- Timestamp:
- Mar 5, 2007, 4:52:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_camera.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_camera.pl
r12252 r12253 50 50 foreach my $item (@$list) { 51 51 my $cam_id = $item->{cam_id}; 52 my $exp_id = $item->{exp_id}; 52 53 my $camera = $item->{camera}; 53 54 54 my $command = "$camera_exp --cam_id $cam_id -- camera $camera --dbname $dbname";55 my $command = "$camera_exp --cam_id $cam_id --exp_id $exp_id --camera $camera --dbname $dbname"; 55 56 $command .= " --no-op" if defined $no_op; 56 57 $command .= " --no-update" if defined $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
