mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Changed XBMC Video checker from emitting all black on a lower channel than the grabber to commanding the grabber
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
// Utils includes
|
||||
#include <utils/RgbColor.h>
|
||||
#include <utils/RgbImage.h>
|
||||
#include <utils/GrabbingMode.h>
|
||||
|
||||
// Forward class declaration
|
||||
class DispmanxFrameGrabber;
|
||||
@@ -53,6 +54,12 @@ public slots:
|
||||
///
|
||||
void stop();
|
||||
|
||||
///
|
||||
/// \brief Set the grabbing mode
|
||||
/// \param mode The new grabbing mode
|
||||
///
|
||||
void setGrabbingMode(GrabbingMode mode);
|
||||
|
||||
private:
|
||||
/// The update rate [Hz]
|
||||
const int _updateInterval_ms;
|
||||
|
Reference in New Issue
Block a user