Grabber::hasFPSList Method |
||||||||||||||
Checks whether the currently selected video capture device supports different frame rates that can be set by the user. | ||||||||||||||
Syntax: | bool hasFPSList() const; bool hasFPSList( const VideoFormatItem& op ) const; |
|||||||||||||
|
||||||||||||||
Return value: | true if the device supports different frame rates for the given video format, false otherwise. |
|||||||||||||
Remarks: | If the device supports multiple frame rates, list can be retrieve by getAvailableFPS. This method supersedes Grabber::isFrameRateListAvailable. |
|||||||||||||
Information: | Introduced in version 3.5 | |||||||||||||
See also: | Grabber, Grabber::getAvailableFPS, Grabber::getFPS, Grabber::setFPS |