setZoomToFit method
Set whether the filtering is allowed to zoom the camera in/out
Implementation
void setZoomToFit(bool doFit) {
_zoomToFit = doFit;
}
Set whether the filtering is allowed to zoom the camera in/out
void setZoomToFit(bool doFit) {
_zoomToFit = doFit;
}