Skip to content

Commit 9f9b5f5

Browse files
committed
Update webcam_test.py
1 parent 7e3e91a commit 9f9b5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webcam_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def start_recording():
4343
audio_sources = VideoRecorder.get_audio_sources()
4444
print(video_sources, audio_sources)
4545
# 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'
46+
ffmpeg_exe = r''
4747

4848
if video_sources:
4949
if video_path:

0 commit comments

Comments
 (0)