Show raw values in navigator when demosaic 'none' is used
This commit is contained in:
@@ -97,6 +97,9 @@ public:
|
||||
}
|
||||
void setCurrentFrame(unsigned int frameNum) {}
|
||||
|
||||
void getRawValues(int x, int y, int &R, int &G, int &B) { R = G = B = 0;}
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user