Rename FrameGrab to GrabFrame.

This commit is contained in:
Peter Johnson
2016-08-26 00:30:45 -07:00
parent 4f22ac4100
commit 151c89fb5d
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ public class CvSink extends VideoSink {
/// to calling WaitForFrame() followed by GetImage(0, image).
/// @return Frame time, or 0 on error (call GetError() to obtain the error
/// message);
//public long frameGrab(CvMat image) {
//public long grabFrame(CvMat image) {
// return CameraServerJNI.grabSinkFrame(m_handle, image);
//}