Skip to content

Commit

Permalink
States matters
Browse files Browse the repository at this point in the history
  • Loading branch information
totoantibes committed Feb 14, 2023
1 parent 58d89a6 commit 2bcde18
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions LumixCamera/Driver.vb
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,9 @@ Public Class Camera
StopExposure()
TL.LogMessage("AbortExposure", "Exposure Aborted")
CurrentState = CameraStates.cameraIdle
cameraImageReady = False
TL.LogMessage("Camera ImageReady", "False")


End Sub

Expand Down Expand Up @@ -1765,8 +1768,8 @@ Public Class Camera

Catch ex As Exception
TL.LogMessage("error in reading image", "error in reading image")
cameraImageReady = True
TL.LogMessage("Imageready", "True")
cameraImageReady = False
TL.LogMessage("Imageready", "False")
CurrentState = CameraStates.cameraIdle
Exit Sub
End Try
Expand Down

0 comments on commit 2bcde18

Please sign in to comment.