XProtect version 21.1b with path and Processing Server plugin installed.
AI Bridge version 1.4 deployed as docker-compose
I use lazydocker to check logs :
airbridge-broker - don’t have logs
airbridge-proxy - I can see errors in these logs when I work with ANALYTICS_EVENT
I can send ANALYTICS_EVENT with REST and I am able to see it in Smart Client
When I send ONVIF metadata with postman I don’t see bounding boxes in Smart Client and I have 0 messages in Metadata LiveViewer (cameras are subscribed to topics)
I try to send this message with POST to http://HOSTNAME:8382/metadata/c7107546-4be9-44cf-9d99-054fb92ab336/vehicles/onvif_analytics
<tt:MetadataStream xmlns:tt="http://www.onvif.org/ver10/schema">
<tt:VideoAnalytics>
<tt:Frame UtcTime="2022-09-02T11:07:40.397+02:00" SourceStreamID="025af0bb-f007-4d86-8d0b-33871de32e83/28dc44c3-079e-4c94-8ec9-60363451eb41">
<tt:Object ObjectId="2">
<tt:Appearance>
<tt:Class>
<tt:ClassCandidate>
<tt:Type>Vehical</tt:Type>
<tt:Likelihood>0.86</tt:Likelihood>
</tt:ClassCandidate>
</tt:Class>
<tt:VehicleInfo>
<tt:Type>Car</tt:Type>
<tt:Brand>Ford</tt:Brand>
<tt:Model>Mustang</tt:Model>
</tt:VehicleInfo>
<tt:Shape>
<tt:BoundingBox bottom="0.46875" right="0.321875" top="0.515625" left="0.275"/>
<tt:CenterOfGravity y="0.298" x="0.492"/>
</tt:Shape>
</tt:Appearance>
</tt:Object>
</tt:Frame>
</tt:VideoAnalytics>
</tt:MetadataStream>
Questions:
- How can I debug sending metadata? Where can I check the logs for metadata? What parameters should I verify?
- I have modified UtcTime as well I always get OK 200 in postman but I see 0 metadata in Management Client / Metadata Live Viewer / Smart Client. Could it be a problem with SourceStreamID ? I use the same as in ANALYTICS_EVENT which is working fine



