Package | Description |
---|---|
org.bytedeco.opencv.opencv_videoio |
Modifier and Type | Method and Description |
---|---|
VideoCapture |
VideoCapture.shiftRight(Mat image)
\brief Stream operator to read the next video frame.
|
VideoCapture |
VideoCapture.shiftRight(UMat image)
\overload
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VideoCapture.waitAny(VideoCapture streams,
int[] readyIndex) |
static boolean |
VideoCapture.waitAny(VideoCapture streams,
int[] readyIndex,
long timeoutNs) |
static boolean |
VideoCapture.waitAny(VideoCapture streams,
IntBuffer readyIndex) |
static boolean |
VideoCapture.waitAny(VideoCapture streams,
IntBuffer readyIndex,
long timeoutNs) |
static boolean |
VideoCapture.waitAny(VideoCapture streams,
IntPointer readyIndex) |
static boolean |
VideoCapture.waitAny(VideoCapture streams,
IntPointer readyIndex,
long timeoutNs)
\brief Wait for ready frames from VideoCapture.
|
Copyright © 2020. All rights reserved.