GrabberFix PiCam

This commit is contained in:
SputnikElf
2019-12-30 22:23:38 +01:00
parent aef4e3a571
commit 8ffe9cb8e2
9 changed files with 139 additions and 0 deletions

View File

@@ -66,6 +66,11 @@ public:
/// @brief Apply SignalDetectionEnable (used from v4l)
///
virtual void setSignalDetectionEnable(bool enable) {};
virtual void setGrabberFixEnable(bool enable) {};
virtual void setGrabberFixValues(
int width,
int height,
int vtype) {};
///
/// @brief Apply device and videoStanded (used from v4l)