Skip to content

Commit

Permalink
Updated Sofast CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed May 29, 2024
1 parent 75b2720 commit 5174476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/app/sofast/SofastCommandLineInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ def _run_given_input(self, retval: str) -> None:
image_acquisition_in.frame_size = (1626, 1236)
image_acquisition_in.gain = 230

image_projection_in = ImageProjection.load_from_hdf_and_display(file_image_projection)
image_projection_in.display_data['image_delay'] = 200
image_projection_in = ImageProjection.load_from_hdf(file_image_projection)
image_projection_in.display_data.image_delay_ms = 200

camera_in = Camera.load_from_hdf(file_camera)
facet_definition_in = DefinitionFacet.load_from_json(file_facet_definition_json)
Expand Down

0 comments on commit 5174476

Please sign in to comment.