Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metadata broker feedback #215

Open
paromarc opened this issue Mar 15, 2024 · 2 comments
Open

metadata broker feedback #215

paromarc opened this issue Mar 15, 2024 · 2 comments
Labels
BETA API Questions and feedback on BETA APIs

Comments

@paromarc
Copy link

Hi,

I have been playing around with the metadata broker API and wanted to report some feedback.

Starting with the API docs --> https://axiscommunications.github.io/acap-documentation/docs/api/src/api/metadata-broker/html/standard_topics.html

The payload doesn't start with the "data" property --> {
"data": {
"frame": {
"timestamp": "2023-03-08T09:00:19.320111Z",
"observations": [

but instead from the "frame" property
"frame": {
"timestamp": "2023-03-08T09:00:19.320111Z",
"observations": [

I see my P3265 fw 11.9.60 is detecting Human, Cars but also Face.

In my app I am parsing the json payload --> ** Message: 12:59:31.623: type Face: bottom 0.127300, left 0.208600, right 0.224700, top 0.098600

I have also been playing around with the 'BestShot' feature and uploading the base64 image to an S3 bucket for testing.
My P3265 is facing a display looping the same image, but the best shot seems to be inconsistent. Sometimes I get the back of my body, sometimes the front, sometimes just my face (even though my app is specifying only 'human' type and not 'face').

I am attaching a quick video showing the behavior after watching the same video twice and getting different results.

Thanks!
Marco

MetadataBroker_BestShot.mp4
@pataxis
Copy link
Contributor

pataxis commented Mar 21, 2024

Hi @paromarc , thanks for your feedback! Will send this to the team working with this API.

@pataxis pataxis added the BETA API Questions and feedback on BETA APIs label Apr 9, 2024
@kevin-barudde-work
Copy link

Hi i will summarise the meting notes here for other that have the same questions,

  1. The documentation was wrong and is now fixed. (The data field was removed)
  2. You can get other classes than what the documentation example show
  3. The best snapshot feature is not deterministic for tracks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BETA API Questions and feedback on BETA APIs
Development

No branches or pull requests

3 participants