51 self.log.debug(f
"I was configured! See? {self.config=}")
52 fsm = properties.TextVector(name=
'fsm')
53 fsm.add_element(DefText(name=
'state', _value=StateCodes.INITIALIZED.name))
54 self.add_property(fsm)
56 self.log.info(
"Found camera: {:s}".format(self.
config.camera.shmim))
60 self.properties[
'fsm'][
'state'] = StateCodes.READY.name
61 self.update_property(self.properties[
'fsm'])