| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_videoio.CvCapture |
opencv_videoio.cvCaptureFromAVI(org.bytedeco.javacpp.BytePointer arg1)
Deprecated.
use cvCreateFileCapture() instead
|
static opencv_videoio.CvCapture |
opencv_videoio.cvCaptureFromAVI(String arg1) |
static opencv_videoio.CvCapture |
opencv_videoio.cvCaptureFromCAM(int arg1)
Deprecated.
use cvCreateCameraCapture() instead
|
static opencv_videoio.CvCapture |
opencv_videoio.cvCaptureFromFile(org.bytedeco.javacpp.BytePointer arg1)
Deprecated.
use cvCreateFileCapture() instead
|
static opencv_videoio.CvCapture |
opencv_videoio.cvCaptureFromFile(String arg1) |
static opencv_videoio.CvCapture |
opencv_videoio.cvCreateCameraCapture(int index)
\brief start capturing frames from camera: index = camera_index + domain_offset (CV_CAP_*)
|
static opencv_videoio.CvCapture |
opencv_videoio.cvCreateFileCapture(org.bytedeco.javacpp.BytePointer filename)
\brief start capturing frames from video file
|
static opencv_videoio.CvCapture |
opencv_videoio.cvCreateFileCapture(String filename) |
static opencv_videoio.CvCapture |
opencv_videoio.cvCreateFileCaptureWithPreference(org.bytedeco.javacpp.BytePointer filename,
int apiPreference)
\brief start capturing frames from video file.
|
static opencv_videoio.CvCapture |
opencv_videoio.cvCreateFileCaptureWithPreference(String filename,
int apiPreference) |
| Modifier and Type | Method and Description |
|---|---|
static int |
opencv_videoio.cvGetCaptureDomain(opencv_videoio.CvCapture capture)
\brief Return the type of the capturer (eg, ::CV_CAP_VFW, ::CV_CAP_UNICAP)
|
static double |
opencv_videoio.cvGetCaptureProperty(opencv_videoio.CvCapture capture,
int property_id)
\brief retrieve capture properties
|
static int |
opencv_videoio.cvGrabFrame(opencv_videoio.CvCapture capture)
\brief grab a frame, return 1 on success, 0 on fail.
|
static opencv_core.IplImage |
opencv_videoio.cvQueryFrame(opencv_videoio.CvCapture capture)
\brief Just a combination of cvGrabFrame and cvRetrieveFrame
|
static void |
opencv_videoio.cvReleaseCapture(opencv_videoio.CvCapture capture) |
static opencv_core.IplImage |
opencv_videoio.cvRetrieveFrame(opencv_videoio.CvCapture capture) |
static opencv_core.IplImage |
opencv_videoio.cvRetrieveFrame(opencv_videoio.CvCapture capture,
int streamIdx)
\brief get the frame grabbed with cvGrabFrame(..)
|
static int |
opencv_videoio.cvSetCaptureProperty(opencv_videoio.CvCapture capture,
int property_id,
double value)
\brief set capture properties
|
Copyright © 2018. All rights reserved.