mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added image flipping ability to MF Grabber
This commit is contained in:
@@ -605,7 +605,8 @@ void HyperionDaemon::handleSettingsUpdate(settings::type settingsType, const QJs
|
||||
grabberConfig["height"].toInt(0),
|
||||
grabberConfig["fps"].toInt(15),
|
||||
grabberConfig["input"].toInt(-1),
|
||||
grabberConfig["sizeDecimation"].toInt(8));
|
||||
grabberConfig["sizeDecimation"].toInt(8),
|
||||
grabberConfig["flip"].toString("auto"));
|
||||
|
||||
// Image cropping
|
||||
_mfGrabber->setCropping(
|
||||
|
Reference in New Issue
Block a user