Add files via upload
This commit is contained in:
13
AV_Data_Capture.py
Normal file
13
AV_Data_Capture.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import glob
|
||||
import os
|
||||
import time
|
||||
|
||||
#a=glob.glob(os.getcwd()+r"\*.py")
|
||||
a=glob.glob(os.getcwd()+r"\*\**\*.mp4")
|
||||
b=glob.glob(os.getcwd()+r"\*.mp4")
|
||||
for i in b:
|
||||
a.append(i)
|
||||
|
||||
os.chdir(os.getcwd())
|
||||
for i in a:
|
||||
os.system('python core.py'+' "'+i+'"')
|
||||
Reference in New Issue
Block a user