Beispiel #1
0
def stopAudioCapture():
    if audio_process != None:
        watchdog.stop('FFmpegAudioProcess')
        stopFFMPEG(audio_process)
Beispiel #2
0
def stopAudioCapture():
    if audio_process != None:
        watchdog.stop('FFmpegAudioProcess')
        audio_process.terminate()
Beispiel #3
0
def stopVideoCapture():
    if video_process != None:
        watchdog.stop('FFmpegCameraProcess')
        stopFFMPEG(video_process)
Beispiel #4
0
def stopVideoCapture():
    if video_process != None:
        watchdog.stop('FFmpegCameraProcess')
        video_process.terminate()