A class to save images into a video
Definition at line 39 of file save_run.py.
def tools.save_run.VideoSaver.__init__ |
( |
|
self, |
|
|
|
image, |
|
|
|
video_name = "" |
|
) |
| |
def tools.save_run.VideoSaver.__del__ |
( |
|
self | ) |
|
def tools.save_run.VideoSaver.close_video |
( |
|
self | ) |
|
Close video if opened
Since, we need it also in reopen module put in in separate function
Input:
None
Output:
None
Definition at line 57 of file save_run.py.
def tools.save_run.VideoSaver.open_out_video |
( |
|
self, |
|
|
|
count = None |
|
) |
| |
Open a video out
Input:
count (int) The frame number
Output: None
Definition at line 70 of file save_run.py.
def tools.save_run.VideoSaver.print_info |
( |
|
self | ) |
|
tools.save_run.VideoSaver.fourcc |
tools.save_run.VideoSaver.h_video_out |
tools.save_run.VideoSaver.video_base_name |
tools.save_run.VideoSaver.video_sz |
The documentation for this class was generated from the following file: