mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Improve Platform Grabber UI (#1073)
This commit is contained in:
@@ -37,12 +37,12 @@ public:
|
||||
static GrabberWrapper* getInstance(){ return instance; }
|
||||
|
||||
///
|
||||
/// Starts the grabber wich produces led values with the specified update rate
|
||||
/// Starts the grabber which produces led values with the specified update rate
|
||||
///
|
||||
virtual bool start();
|
||||
|
||||
///
|
||||
/// Starts maybe the grabber wich produces led values with the specified update rate
|
||||
/// Starts maybe the grabber which produces led values with the specified update rate
|
||||
///
|
||||
virtual void tryStart();
|
||||
|
||||
@@ -90,6 +90,12 @@ public:
|
||||
///
|
||||
virtual QStringList getFramerates(const QString& devicePath) const;
|
||||
|
||||
///
|
||||
/// @brief Get active grabber name
|
||||
/// @return Active grabber name
|
||||
///
|
||||
virtual QString getActive() const;
|
||||
|
||||
static QStringList availableGrabbers();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user