rofunc.devices.zed.export#
1. Module Contents#
1.1. Classes#
1.2. Functions#
Export the svo file with specific mode. Args: |
|
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.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: