
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "examples/data_collection/zed_export.py"
.. LINE NUMBERS ARE GIVEN BELOW.

.. only:: html

    .. note::
        :class: sphx-glr-download-link-note

        :ref:`Go to the end <sphx_glr_download_examples_data_collection_zed_export.py>`
        to download the full example code

.. rst-class:: sphx-glr-example-title

.. _sphx_glr_examples_data_collection_zed_export.py:


ZED Export
=============

This example shows how to export a SVO file to a video or image sequence.

.. GENERATED FROM PYTHON SOURCE LINES 7-15

.. code-block:: default


    import rofunc as rf

    # Export a single svo file
    # rf.zed.export('/home/skylark/Data/zed_record/HD1080_SN36605831_18-03-10.svo', 0)

    # Export a batch of SVO files in a directory
    rf.zed.export_batch('/home/skylark/Data/zed_record/20221215_173322', all_mode=False, mode_lst=[0], core_num=20)


.. rst-class:: sphx-glr-timing

   **Total running time of the script:** (0 minutes 0.000 seconds)


.. _sphx_glr_download_examples_data_collection_zed_export.py:

.. only:: html

  .. container:: sphx-glr-footer sphx-glr-footer-example




    .. container:: sphx-glr-download sphx-glr-download-python

      :download:`Download Python source code: zed_export.py <zed_export.py>`

    .. container:: sphx-glr-download sphx-glr-download-jupyter

      :download:`Download Jupyter notebook: zed_export.ipynb <zed_export.ipynb>`


.. only:: html

 .. rst-class:: sphx-glr-signature

    `Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_
