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