rofunc.devices.zed.export#

1.  Module Contents#

1.1.  Classes#

AppType

1.2.  Functions#

progress_bar

export

Export the svo file with specific mode. Args:

parallel

export_batch

1.3.  API#

class rofunc.devices.zed.export.AppType[source]#

Bases: enum.Enum

LEFT_AND_RIGHT = 1#
LEFT_AND_DEPTH = 2#
LEFT_AND_DEPTH_16 = 3#
rofunc.devices.zed.export.progress_bar(percent_done, bar_length=50)[source]#
rofunc.devices.zed.export.export(filepath, mode=1)[source]#

Export the svo file with specific mode. Args:

filepath: SVO file path (input) : path/to/file.svo mode: Export mode: 0=Export LEFT+RIGHT AVI.

1=Export LEFT+DEPTH_VIEW AVI. 2=Export LEFT+RIGHT image sequence. 3=Export LEFT+DEPTH_VIEW image sequence. 4=Export LEFT+DEPTH_16Bit image sequence.

Returns:

rofunc.devices.zed.export.parallel(z)[source]#
rofunc.devices.zed.export.export_batch(filedir, all_mode=True, mode_lst=None, core_num=10)[source]#