OpenCV 3.0.0

org.opencv.videoio
Class VideoCapture

java.lang.Object
  extended by org.opencv.videoio.VideoCapture

public class VideoCapture
extends java.lang.Object


Constructor Summary
VideoCapture()
           
VideoCapture(int device)
           
VideoCapture(java.lang.String filename)
           
 
Method Summary
 double get(int propId)
           
 boolean grab()
           
 boolean isOpened()
           
 boolean open(int device)
           
 boolean open(java.lang.String filename)
           
 boolean read(Mat image)
           
 void release()
           
 boolean retrieve(Mat image)
           
 boolean retrieve(Mat image, int flag)
           
 boolean set(int propId, double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoCapture

public VideoCapture()

VideoCapture

public VideoCapture(int device)

VideoCapture

public VideoCapture(java.lang.String filename)
Method Detail

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)

OpenCV 3.0.0 Documentation