Skip to content

Commit

Permalink
Fix grabbing status report on IDS.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanCharmant committed Nov 7, 2019
1 parent ef8d3dc commit 87d61de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kinovea.Camera.IDS/FrameGrabber.cs
Expand Up @@ -153,6 +153,10 @@ public void Start()
try
{
camera.Acquisition.Capture();

grabbing = true;
if (GrabbingStatusChanged != null)
GrabbingStatusChanged(this, EventArgs.Empty);
}
catch (Exception e)
{
Expand Down

0 comments on commit 87d61de

Please sign in to comment.