Requests IP cameras to automatically send detected alert events.
Note
This operation is updated to lv_post_intelligent_alarm. For new users, we recommend that you use the updated operation instead of lv_post_alarm_image.
Description
int lv_post_alarm_image(const lv_device_auth_s *auth, const lv_alarm_event_param_s *param, int *service_id);The following table describes the related parameters.
Parameter | Type | Description |
|---|---|---|
auth | const lv_device_auth_s * | The device information for authentication. |
param | const lv_alarm_event_param_s * | The parameters of detected alert events. |
servicd_id | int | The ID of the request. |