Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make Webcam.getFPS() method public
  • Loading branch information
sarxos committed Apr 27, 2014
1 parent d6ec6fd commit 9821182
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -566,7 +566,7 @@ public boolean isImageNew() {
return true;
}

protected double getFPS() {
public double getFPS() {
assert updater != null;
if (asynchronous) {
return updater.getFPS();
Expand Down

0 comments on commit 9821182

Please sign in to comment.