We would like to know how to implement a way to enable Computer Vision, a service built into anafiAI.
We would like to have information on how to solve this issue.
Here is our current understanding.
Is it correct? If not, we would like to know how to implement it in a comprehensive manner.
We believe that it means to send the “enable” command via message center.
However, I think that by default, the message center does not register anything that corresponds to the Computer Vision section of the message list.
(Example: dctl corresponding to Drone controller)
I think it is necessary to create your own message center (make_message_center(self)),
However, I cannot do attach_client_service_pair because I do not know the unix address of the Computer Vision service.