Commit 21032025
This commit is contained in:
@@ -639,7 +639,7 @@ public class Cameradetail_Arducam {
|
||||
Capturing.set(false);
|
||||
if (mGrabber!=null){
|
||||
try{
|
||||
mGrabber.stop();
|
||||
mGrabber.close();
|
||||
Platform.runLater(()->setCameraStatus("Camera Stopped"));
|
||||
} catch (Exception e){
|
||||
if (event!=null) event.onLog("StopLiveView failed, Unable to Stop Camera, Error: " + e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user