SyncImageEmbeddingEncoders
Forces Media Server to load image embedding encoders from the training database.
When you import an encoder, the Media Server database is updated with new training data. However, Media Server does not use this training data in analysis operations until it has synchronized with the database.
TIP: Media Server automatically synchronizes with the database before starting analysis, and at regular intervals. You only need to run this action if you have disabled automatic synchronization.
If you have disabled automatic synchronization but want your analysis task to use the latest training, run this action and wait for the synchronization to complete before starting the task with the Process action.
You can also use this action to synchronize with the latest training while Media Server is processing a continuous video stream.
Type: synchronous
Parameter | Description | Required |
---|---|---|
encoder
|
The name of the encoder to synchronize. If you do not set this parameter, Media Server loads all image embedding encoders into memory. | No |
Example
/action=SyncImageEmbeddingEncoders
Response
<autnresponse> <action>SYNCIMAGEEMBEDDINGENCODERS</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>