mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Rename FrameGrab to GrabFrame.
This commit is contained in:
@@ -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);
|
||||
//}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user