IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Replay a recorded color stream from a bag file. More...
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... | |
![]() | |
None | __init__ (self, configs, K=None) |
Base class instantiator for camera runners. More... | |
![]() | |
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 | |
![]() | |
K | |
![]() | |
configs | |
K | |
Replay a recorded color stream from a bag file.
None __init__ | ( | self, | |
configs | |||
) |
Constructor for color camera bag replay instance.
[in] | configs | Settings to apply (indicates topics and alignment). |
def capture | ( | self | ) |
Get the next frame(s)
[out] | color_image | The color image. |
[out] | succ_flag | Frame fetch success flag. |
def start | ( | self | ) |