A class to save images into a video
Definition at line 39 of file save_run.py.
◆ __init__()
def tools.save_run.VideoSaver.__init__ |
( |
|
self, |
|
|
|
image, |
|
|
|
video_name = "" |
|
) |
| |
◆ __del__()
def tools.save_run.VideoSaver.__del__ |
( |
|
self | ) |
|
◆ close_video()
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.
◆ open_out_video()
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.
◆ print_info()
def tools.save_run.VideoSaver.print_info |
( |
|
self | ) |
|
◆ fourcc
tools.save_run.VideoSaver.fourcc |
◆ h_video_out
tools.save_run.VideoSaver.h_video_out |
◆ video_base_name
tools.save_run.VideoSaver.video_base_name |
◆ video_sz
tools.save_run.VideoSaver.video_sz |
The documentation for this class was generated from the following file: