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