Updates on Grabber fps setting

This commit is contained in:
LordGrey
2023-02-13 18:13:17 +01:00
parent 1063eadec5
commit 79e9e0cf67
4 changed files with 15 additions and 8 deletions

View File

@@ -147,10 +147,7 @@ private slots:
void handleSourceRequest(hyperion::Components component, int hyperionInd, bool listen);
///
/// @brief Update Update capture rate
/// @param type interval between frames in milliseconds
///
void updateTimer(int interval);
protected:
@@ -168,6 +165,11 @@ protected:
///
virtual bool close() { return true; }
/// @brief Update Update capture rate
/// @param type interval between frames in milliseconds
///
void updateTimer(int interval);
QString _grabberName;