mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 20:30:00 +01:00
updated
This commit is contained in:
@@ -255,6 +255,8 @@ void Playback::drawFilter(cv::Mat &frame, FilterValue &f) {
|
||||
if(single_mode == true &&
|
||||
ac::draw_strings[f.filter].find("SubFilter") != std::string::npos)
|
||||
return;
|
||||
if(ac::getMaxAllocated() < 1080 && ac::draw_strings[f.filter].find("Intertwine") != std::string::npos)
|
||||
return;
|
||||
|
||||
ac::setSubFilter(f.subfilter);
|
||||
//ac::draw_func[f.filter](frame);
|
||||
|
||||
Reference in New Issue
Block a user