Skip to content

Commit

Permalink
keyframe sample update
Browse files Browse the repository at this point in the history
  • Loading branch information
visioforge committed Dec 2, 2024
1 parent 01ad311 commit 2a76b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ await Dispatcher.InvokeAsync(() =>
keyFrameDetector.JSONFilename = jsonFile;
keyFrameDetector.OnKeyFrameDetected += (senderx, ex) =>
{
Debug.WriteLine($"Key frame detected at {e}");
Debug.WriteLine($"Key frame detected at {ex}");
};

// link blocks
Expand Down

0 comments on commit 2a76b02

Please sign in to comment.