Browse Source

Refactor

bk_video
Bastian Kohler 1 year ago
parent
commit
aed079377f

+ 0
- 5
app/src/main/java/com/example/ueberwachungssystem/Detection/VideoDetector.java View File

@@ -53,9 +53,6 @@ public class VideoDetector extends Detector {
// Calling Activity
private final Context context;

// Permission handling
private static final int PERMISSION_REQUEST_CODE = 3691;

// Camera Provider
private ProcessCameraProvider cameraProvider;
private ImageAnalysis imageAnalysis;
@@ -285,7 +282,6 @@ public class VideoDetector extends Detector {
this.outputImageView = outputImageView;
}


/**
private void setPreviewView(@NonNull PreviewView previewView) {
// Create Preview
@@ -295,7 +291,6 @@ public class VideoDetector extends Detector {
*/



/** Generate File Name */
private String generateFileName(){
// Get the current timestamp

Loading…
Cancel
Save