org.opencv.videoio
Class VideoCapture
java.lang.Object
org.opencv.videoio.VideoCapture
public class VideoCapture
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoCapture
public VideoCapture()
VideoCapture
public VideoCapture(int device)
VideoCapture
public VideoCapture(java.lang.String filename)
get
public double get(int propId)
grab
public boolean grab()
isOpened
public boolean isOpened()
open
public boolean open(int device)
open
public boolean open(java.lang.String filename)
read
public boolean read(Mat image)
release
public void release()
retrieve
public boolean retrieve(Mat image)
retrieve
public boolean retrieve(Mat image,
int flag)
set
public boolean set(int propId,
double value)