- added video detection again
This commit is contained in:
parent
4a1c554a09
commit
c8b947bb57
@ -74,9 +74,11 @@ public class MainActivity extends AppCompatActivity {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
if (toggleKamera.isChecked()) {
|
||||
|
||||
if(detectorService != null) {
|
||||
detectorService.videoDetector.startDetection();
|
||||
}
|
||||
} else {
|
||||
|
||||
detectorService.videoDetector.stopDetection();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user