We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3e91a commit 9f9b5f5Copy full SHA for 9f9b5f5
examples/webcam_test.py
@@ -43,7 +43,7 @@ def start_recording():
43
audio_sources = VideoRecorder.get_audio_sources()
44
print(video_sources, audio_sources)
45
# TODO: Fill out FFMPEG path
46
- ffmpeg_exe = r'C:\Users\wsarc\AppData\Local\Programs\cometrics\1.0.13.5\external_bin\ffmpeg\ffmpeg-win64-v4.2.2.exe'
+ ffmpeg_exe = r''
47
48
if video_sources:
49
if video_path:
0 commit comments