Skip to content

Commit

Permalink
Internal code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Sep 24, 2023
1 parent 2ddc077 commit ff18ac0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public void onFrameStart() {
//
// Inheritance from Sourced
//

@Override
public void onNewFrame(Mat frame, long timestamp) {
if(!isStreaming()) return;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void setPipeline(OpenCvPipeline pipeline) {

@Override
public int getFrameCount() {
return 0;
return frameCount;
}

@Override
Expand Down

0 comments on commit ff18ac0

Please sign in to comment.