awstreamer/gst_pipeline/cmd_pipeline.py [36:42]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def build(self, config):
        logger.info("Building %s..." % self.__class__.__name__)
        pass

    def configure(self, config):
        logger.info("Configuring %s..." % self.__class__.__name__)
        pass
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



awstreamer/gst_pipeline/cv_pipeline.py [98:104]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def build(self, config):
        logger.info("Building %s..." % self.__class__.__name__)
        pass

    def configure(self, config):
        logger.info("Configuring %s..." % self.__class__.__name__)
        pass
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



