Skip to content

Commit

Permalink
Merge pull request #11 from georgeslabreche/update_image_acquisition_…
Browse files Browse the repository at this point in the history
…command

update image acquisition command
  • Loading branch information
georgeslabreche authored May 19, 2021
2 parents 86896a8 + eda72da commit 28f0c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/exp1000/acquire_and_label_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ def acquire_image(self):
"""Acquire an image with the on-board camera."""

# Build the image acquisition execution command string.
cmd_image_acquisition = 'ims100_testapp -R {R} -G {G} -B {B} -c /dev/ttyACM0 -m /dev/sda -v 0 -n 1 -p -e {E} >> {L} 2>&1'.format(\
cmd_image_acquisition = 'ims100_testapp -R {R} -G {G} -B {B} -c /dev/cam_tty -m /dev/cam_sd -v 0 -n 1 -p -e {E} >> {L} 2>&1'.format(\
R=self.gains[0],\
G=self.gains[1],\
B=self.gains[2],\
Expand Down

0 comments on commit 28f0c53

Please sign in to comment.