Merge pull request #946 from m-seker/refactor/python

Move Python related code to Python module
This commit is contained in:
Murat Seker
2020-08-31 21:10:07 +02:00
committed by GitHub
4 changed files with 198 additions and 139 deletions

View File

@@ -68,7 +68,7 @@ signals:
void setInputImage(int priority, const Image<ColorRgb> &image, int timeout_ms, bool clearEffect);
private:
void setModuleParameters();
void addImage();
Hyperion *_hyperion;