Imgproc.cvtColor(frame, frame, Imgproc.COLOR_BGR2GRAY);
@FXML private CheckBox grayscale;
if (grayscale.isSelected()) { Imgproc.cvtColor(frame, frame, Imgproc.COLOR_BGR2GRAY); }