Grabber::hasVideoNorms Method |
||
Checks whether the current video capture device supports video norms. | ||
Syntax: | bool hasVideoNorms() const; |
|
Return value: | true if the device supports the selection of the video norm, false otherwise. |
|
Remarks: | This function checks whether the current video capture device supports different video norms (e.g. PAL, NTSC,...). Not all devices support the selection of the video norm. Note: This function fails, if there is no video capture device open (see Grabber::openDev ) This method supersedes Grabber::isVideoNormAvailableWithCurDev. |
|
Information: | Introduced in version 3.5 | |
See also: | Grabber, Grabber::getAvailableVideoNorms |