40 self.log.debug(f
"I was configured! See? {self.config=}")
41 fsm = properties.TextVector(name=
'fsm')
42 fsm.add_element(DefText(name=
'state', _value=StateCodes.INITIALIZED.name))
43 self.add_property(fsm)
45 self.log.info(
"Found camera: {:s}".format(self.
config.camera.shmim))
49 self.properties[
'fsm'][
'state'] = StateCodes.READY.name
50 self.update_property(self.properties[
'fsm'])