robokudo.io.storage_reader_interface ==================================== .. py:module:: robokudo.io.storage_reader_interface Classes ------- .. autoapisummary:: robokudo.io.storage_reader_interface.StorageReaderInterface Module Contents --------------- .. py:class:: StorageReaderInterface(camera_config) Bases: :py:obj:`robokudo.io.camera_interface.CameraInterface` CameraInterface that can read stored data in the MongoDB that one has written with the StorageWriter Annotator. .. py:attribute:: storage .. py:attribute:: reader .. py:method:: has_new_data() .. py:method:: set_data(cas: robokudo.cas.CAS)