projects/vision-ai-edge-camera-client/edge_camera.py [903:921]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return False
            elif self.protobuf:
                self.health_proto.camera.CopyFrom(self.cam_proto)
                self.health_proto.check_result = False
                return self.health_proto.SerializeToString().decode("utf-8")
            else:
                return False
        if self.protobuf:
            self.health_proto.camera.CopyFrom(self.cam_proto)
            if not image:
                self.health_proto.check_result = False
            else:
                self.health_proto.check_result = True
            return self.health_proto.SerializeToString().decode("utf-8")
        else:
            if not image:
                return False
            else:
                return True
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



projects/vision-ai-edge-platform/camera-client/edge_camera.py [473:491]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return False
            elif self.protobuf:
                self.health_proto.camera.CopyFrom(self.cam_proto)
                self.health_proto.check_result = False
                return self.health_proto.SerializeToString().decode("utf-8")
            else:
                return False
        if self.protobuf:
            self.health_proto.camera.CopyFrom(self.cam_proto)
            if not image:
                self.health_proto.check_result = False
            else:
                self.health_proto.check_result = True
            return self.health_proto.SerializeToString().decode("utf-8")
        else:
            if not image:
                return False
            else:
                return True
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



