This website works better with JavaScript.
Home
Explore
Help
Sign In
siebenhaarmi76624
/
MDT5_1_Ueberwachungssystem_G1
Watch
3
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Refactor in DetectorService class
bk_video
Bastian Kohler
1 year ago
parent
7dee124378
commit
ea0e88ed89
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
app/src/main/java/com/example/ueberwachungssystem/Detection/VideoDetector.java
+ 0
- 1
app/src/main/java/com/example/ueberwachungssystem/Detection/VideoDetector.java
View File
public void startRecording() {
public void startRecording() {
// Check States
// Check States
if (isRecording){
if (isRecording){
extendViolation();
return;
return;
}
}
// Return On Request Permissions
// Return On Request Permissions
Write
Preview
Loading…
Cancel
Save