Skip to content

Commit

Permalink
Merge branch 'develop' of github.com-myrobotlab:MyRobotLab/myrobotlab…
Browse files Browse the repository at this point in the history
… into inmoov2-heart
  • Loading branch information
supertick committed Feb 29, 2024
2 parents 1e1143d + a0d4dc4 commit 772ed38
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/main/java/org/myrobotlab/service/OpenCV.java
Original file line number Diff line number Diff line change
Expand Up @@ -1148,22 +1148,6 @@ public boolean isRecording() {
return recording;
}

@Deprecated /*
* was used in SwingGui - nice feature through .. ability to
* undock displays
*/
public boolean isUndocked() {
return undockDisplay;
}

@Deprecated /* not implemented remove */
synchronized public void pauseCapture() {
// FIXME !!!
// capturing = false; NOT SURE WHAT TO DO ... PROBABLY stopCapture without
// resetting frame-index

}

/**
* conversion from buffered image to base64 encoded jpg
*
Expand Down

0 comments on commit 772ed38

Please sign in to comment.