opencvd.videoio

Undocumented in source.

Members

Aliases

VideoCapture
alias VideoCapture = _VideoCapture*
Undocumented in source.
VideoWriter
alias VideoWriter = _VideoWriter*
Undocumented in source.

Enums

CAP_PROP_POS_MSEC
anonymousenum CAP_PROP_POS_MSEC
Undocumented in source.

Functions

VideoCapture_Close
void VideoCapture_Close(VideoCapture v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoCapture_Get
double VideoCapture_Get(VideoCapture v, int prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoCapture_Grab
void VideoCapture_Grab(VideoCapture v, int skip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoCapture_IsOpened
int VideoCapture_IsOpened(VideoCapture v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoCapture_New
VideoCapture VideoCapture_New()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoCapture_Open
bool VideoCapture_Open(VideoCapture v, char* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoCapture_OpenDevice
bool VideoCapture_OpenDevice(VideoCapture v, int device)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoCapture_Read
int VideoCapture_Read(VideoCapture v, Mat buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoCapture_Set
void VideoCapture_Set(VideoCapture v, int prop, double param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoWriter_Close
void VideoWriter_Close(VideoWriter vw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoWriter_IsOpened
int VideoWriter_IsOpened(VideoWriter vw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoWriter_New
VideoWriter VideoWriter_New()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoWriter_Open
void VideoWriter_Open(VideoWriter vw, char* name, char* codec, double fps, int width, int height, bool isColor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VideoWriter_Write
void VideoWriter_Write(VideoWriter vw, Mat img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
newVideoCapture
VideoCapture newVideoCapture()
Undocumented in source. Be warned that the author may not have intended to support it.
newVideoWriter
VideoWriter newVideoWriter()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

_VideoCapture
struct _VideoCapture
Undocumented in source.
_VideoWriter
struct _VideoWriter
Undocumented in source.

Meta