IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | List of all members
ReplayColor Class Reference

Replay a recorded color stream from a bag file. More...

Inheritance diagram for ReplayColor:
Inheritance graph
[legend]
Collaboration diagram for ReplayColor:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, configs)
 Constructor for color camera bag replay instance. More...
 
def capture (self)
 Get the next frame(s) More...
 
def start (self)
 Start capturing the stream. More...
 
- Public Member Functions inherited from Color
None __init__ (self, configs, K=None)
 Base class instantiator for camera runners. More...
 
- Public Member Functions inherited from Base
def get (self, key)
 
def get_configs (self)
 
def get_frames (self)
 
def set (self, key, value)
 
def set_configs (self, configs)
 
def set_intrinsic (self, K)
 
def stop (self)
 

Additional Inherited Members

- Public Attributes inherited from Color
 K
 
- Public Attributes inherited from Base
 configs
 
 K
 

Detailed Description

Replay a recorded color stream from a bag file.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  configs 
)

Constructor for color camera bag replay instance.

Parameters
[in]configsSettings to apply (indicates topics and alignment).

Member Function Documentation

◆ capture()

def capture (   self)

Get the next frame(s)

Parameters
[out]color_imageThe color image.
[out]succ_flagFrame fetch success flag.

◆ start()

def start (   self)

Start capturing the stream.

Note
Right now the construction does this, which is poor design.
Todo:
Should implement start/stop functionality and capture boolean.

Reimplemented from Base.


The documentation for this class was generated from the following file: