Commit 1a98e47d authored by Sikhin VC's avatar Sikhin VC

added video rec feature

parent f0337933
...@@ -351,7 +351,7 @@ class Ppe(ModelWrapper): ...@@ -351,7 +351,7 @@ class Ppe(ModelWrapper):
size = (frame_width, frame_height) size = (frame_width, frame_height)
working_dir = os.getcwd() working_dir = os.getcwd()
file_name =str(unique_id) + ".avi" file_name =str(unique_id) + ".avi"
file_name = os.path.join(working_dir, "output", file_name) file_name = os.path.join("/home/output", file_name)
# Below VideoWriter object will create # Below VideoWriter object will create
# a frame of above defined The output # a frame of above defined The output
# is stored in 'filename.avi' file. # is stored in 'filename.avi' file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment