sima.video_reader
Attributes
Classes
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
A class for reading video from various sources, including |
|
A class for writing video stream to various destinations, including |
Module Contents
- class sima.video_reader.Reader[source]
Helper class that provides a standard way to create an ABC using inheritance.
- class sima.video_reader.Writer[source]
Helper class that provides a standard way to create an ABC using inheritance.
- class sima.video_reader.RTSPReader(cam_source: str)[source]
Helper class that provides a standard way to create an ABC using inheritance.
- class sima.video_reader.FolderImageReader(folder_path: str, frame_width: int = 1280, frame_height: int = 720)[source]
- class sima.video_reader.PCIeReader(frame_width: int = 1280, frame_height: int = 720, data_buf_name: str = 'in-img-source')[source]
Helper class that provides a standard way to create an ABC using inheritance.
- class sima.video_reader.RTSPWriter(host_ip: str, port: int, width: int, height: int)[source]
Helper class that provides a standard way to create an ABC using inheritance.
- class sima.video_reader.PCIeWriter(data_buf_name: str = 'overlay', frame_width: int = 1280, frame_height: int = 720)[source]
Helper class that provides a standard way to create an ABC using inheritance.
- class sima.video_reader.VideoReader(source: str = None, frame_width: int = 1280, frame_height: int = 720)[source]
A class for reading video from various sources, including
pcie
,rtspsrc
andfilesrc
.