Grabber::isVideoNormAvailableWithCurDev Method [Deprecated]

Checks whether the current video capture device supports the selection of the video norm.
Syntax:
bool isVideoNormAvailableWithCurDev() 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 )

Information:

This method is deprecated since version 3.5.
Grabber::hasVideoNorms

See also: Grabber, Grabber::getAvailableVideoNorms

<< Grabber