Skip to content

Object coordinates in Object analytics API #755

Closed Answered by vivekatoffice
embeddeddev4 asked this question in VAPIX
Discussion options

You must be logged in to vote

Hi @embeddeddev4 ,
Please try this API to enable the "selected_metadata_events" Feature Flag Service. I found this step after requesting the AXIS Scene Metadata MQTT Integration guide from here: AXIS Scene Metadata integration

The feature flag is available from AXIS OS 11.6.

  1. Set the "selected_metadata_events" flag to true/false.

http://10.176.12.148/axis-cgi/featureflag.cgi
JSON input parameters

{ 
  "apiVersion": "1.0", 
  "context": "Client defined request ID", 
  "method": "set", 
  "params": { 
    "flagValues": { 
      "selected_metadata_events": true 
    } 
  } 
} 
  1. Parse the JSON response.
{ 
    "apiVersion": "1.0", 
    "context": "Client defined request ID", 
    "method": "

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@embeddeddev4
Comment options

Comment options

You must be logged in to vote
3 replies
@embeddeddev4
Comment options

@vivekatoffice
Comment options

Answer selected by embeddeddev4
@mneser
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
VAPIX
Labels
None yet
4 participants