Function setResolution from cvvideo
Brief description
setResolution(self:CvVideoGrabber,width:int,height:int):void
Sets the resolution of the image More ...
Function information
Name: | setResolution |
Base: | CvVideoGrabber |
Group: | OpenCV plugins:Video capture |
Icon: | cvvideo.png |
Color: | |
Authors: | |
Copyright: |
Detailed description
Sets the resolution of the image
Input parameters
-
self:
CvVideoGrabber
- Instance of the class
-
width:
int
- Resolution in the X-Direction
-
height:
int
- Resolution in the Y-Direction
Return values
-
Default return value:
void